Package be.hogent.tarsos.util

Utility classes for string handling, logging, configuration, some DSP tasks.

See:
          Description

Interface Summary
Configuration.ConfigChangeListener An interface used to send notifications of a changed configurations setting.
FileDrop.Listener Implement this inner interface to listen for when files are dropped.
FileDrop.TransferableObject.Fetcher Instead of passing your data directly to the FileDrop.TransferableObject constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).
FileUtils.RowFilter  
KernelDensityEstimate.KDECorrelation  
KernelDensityEstimate.Kernel Defines a kernel.
SignalPowerExtractor.WaveFormDataAggregator  
 

Class Summary
AudioFile Represents an audio file.
AudioTranscoder Transcodes audio.
BareBonesBrowserLaunch Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
Command  
Configuration Utility class to access (read and write) configuration settings.
FFT Wrapper for calling a hopefully Fast Fourier transform.
FileDrop This class makes it easy to drag and drop files from the operating system to a Java program.
FileDrop.Event This is the event that is passed to the filesDropped(...) method in your FileDrop.Listener when files are dropped onto a registered drop target.
FileDrop.TransferableObject At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create a Transferable object, use this class to wrap your object.
FileUtils Exports a DatabaseResult to a CSV-file.
JLabelHandler Utility class to handle logging with a JLabel (status bar)
JLabelHandler.JLabelFormatter  
JRangeSlider Implements a Swing-based Range slider, which allows the user to enter a range (minimum and maximum) value.
KernelDensityEstimate  
KernelDensityEstimate.Cosine  
KernelDensityEstimate.GaussianKernel A Gaussian kernel function.
KernelDensityEstimate.Overlap  
KernelDensityEstimate.RectangularKernel A rectangular kernel function.
MenuScroller A class that provides scrolling capabilities to a long menu dropdown or popup menu.
ScalaFile A representation of a scala file.
SignalPowerExtractor An utility class to calculate and access the power of an audio file at any given time.
SimplePlot  
StopWatch StopWatch counts the ticks (ns) passed between initialization and invocation of ticksPassed.
StringUtils  
TextAreaHandler Utility class to handle logging with a JTextArea
 

Enum Summary
ConfKey Defines a configuration key.
TimeUnit A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
 

Package be.hogent.tarsos.util Description

Utility classes for string handling, logging, configuration, some DSP tasks.