A B C D E F G H I J K L M N O P R S T U V W

F

FFT - Class in be.hogent.tarsos.util
Wrapper for calling a hopefully Fast Fourier transform.
FFT(int) - Constructor for class be.hogent.tarsos.util.FFT
 
FileDrop - Class in be.hogent.tarsos.util
This class makes it easy to drag and drop files from the operating system to a Java program.
FileDrop(Component, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructs a FileDrop with a default light-blue border and, if c is a Container, recursively sets all elements contained within as drop targets, though only the top level container will change borders.
FileDrop(Component, boolean, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a default border and the option to recursively set drop targets.
FileDrop(PrintStream, Component, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a default border and debugging optionally turned on.
FileDrop(PrintStream, Component, boolean, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a default border, debugging optionally turned on and the option to recursively set drop targets.
FileDrop(Component, Border, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a specified border
FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a specified border and the option to recursively set drop targets.
FileDrop(PrintStream, Component, Border, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Constructor with a specified border and debugging optionally turned on.
FileDrop(PrintStream, Component, Border, boolean, FileDrop.Listener) - Constructor for class be.hogent.tarsos.util.FileDrop
Full constructor with a specified border and debugging optionally turned on.
FileDrop.Event - Class in be.hogent.tarsos.util
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.Event(File[], Object) - Constructor for class be.hogent.tarsos.util.FileDrop.Event
Constructs an FileDrop.Event with the array of files that were dropped and the FileDrop that initiated the event.
FileDrop.Listener - Interface in be.hogent.tarsos.util
Implement this inner interface to listen for when files are dropped.
FileDrop.TransferableObject - Class in be.hogent.tarsos.util
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.
FileDrop.TransferableObject(Object) - Constructor for class be.hogent.tarsos.util.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that wraps data.
FileDrop.TransferableObject(FileDrop.TransferableObject.Fetcher) - Constructor for class be.hogent.tarsos.util.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
FileDrop.TransferableObject(Class, FileDrop.TransferableObject.Fetcher) - Constructor for class be.hogent.tarsos.util.FileDrop.TransferableObject
Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
FileDrop.TransferableObject.Fetcher - Interface in be.hogent.tarsos.util
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).
fileFormat() - Method in class be.hogent.tarsos.util.AudioFile
 
filesDropped(File[]) - Method in class be.hogent.tarsos.ui.MidiToWav
 
filesDropped(File[]) - Method in interface be.hogent.tarsos.util.FileDrop.Listener
This method is called when files have been successfully dropped.
FileUtils - Class in be.hogent.tarsos.util
Exports a DatabaseResult to a CSV-file.
FileUtils.RowFilter - Interface in be.hogent.tarsos.util
 
filter(List<Annotation>) - Method in interface be.hogent.tarsos.sampled.pitch.AnnotationPublisher.AnnotationFilter
 
filter(List<Annotation>) - Method in class be.hogent.tarsos.sampled.pitch.AnnotationPublisher.PitchClassFilter
 
filter(List<Annotation>) - Method in class be.hogent.tarsos.sampled.pitch.AnnotationPublisher.SteadyStateFilter
 
filterAnnotations(List<Annotation>) - Method in class be.hogent.tarsos.ui.pitch.PitchContour
Returns all the annotations of the given list in the visible area.
finalize() - Method in class be.hogent.tarsos.util.MenuScroller
Ensures that the dispose method of this MenuScroller is called when there are no more refrences to it.
findClosest(List<ScalaFile>) - Method in class be.hogent.tarsos.util.ScalaFile
In a list of scala files it finds the closest one.
fireChangeEvent() - Method in class be.hogent.tarsos.util.JRangeSlider
Fire a change event to all listeners.
flush() - Method in class be.hogent.tarsos.util.JLabelHandler
 
flush() - Method in class be.hogent.tarsos.util.TextAreaHandler
 
format(LogRecord) - Method in class be.hogent.tarsos.util.JLabelHandler.JLabelFormatter
 
formattedToString(double) - Method in class be.hogent.tarsos.ui.pitch.PlayerControlPanel
 
formattedToString() - Method in class be.hogent.tarsos.util.StopWatch
 
forwardTransform(float[]) - Method in class be.hogent.tarsos.util.FFT
Computes forward DFT.
Frame - Class in be.hogent.tarsos.ui.pitch
 

A B C D E F G H I J K L M N O P R S T U V W