Uses of Class
adams.data.audioannotations.AudioAnnotations
-
Packages that use AudioAnnotations Package Description adams.data.audioannotations adams.data.filter adams.data.io.output adams.flow.container adams.flow.transformer adams.gui.chooser adams.gui.tools.audioannotator -
-
Uses of AudioAnnotations in adams.data.audioannotations
Methods in adams.data.audioannotations that return AudioAnnotations Modifier and Type Method Description AudioAnnotations
AudioAnnotationsStatistic. getData()
Returns the currently stored trail.Methods in adams.data.audioannotations with parameters of type AudioAnnotations Modifier and Type Method Description void
AudioAnnotationsStatistic. setData(AudioAnnotations value)
Sets the data to use as basis for the calculations.Constructors in adams.data.audioannotations with parameters of type AudioAnnotations Constructor Description AudioAnnotationsStatistic(AudioAnnotations data)
Initializes the statistic. -
Uses of AudioAnnotations in adams.data.filter
Methods in adams.data.filter that return AudioAnnotations Modifier and Type Method Description protected AudioAnnotations
AudioAnnotationsWindow. processData(AudioAnnotations data)
Performs the actual filtering.Methods in adams.data.filter with parameters of type AudioAnnotations Modifier and Type Method Description protected AudioAnnotations
AudioAnnotationsWindow. processData(AudioAnnotations data)
Performs the actual filtering. -
Uses of AudioAnnotations in adams.data.io.output
Method parameters in adams.data.io.output with type arguments of type AudioAnnotations Modifier and Type Method Description protected boolean
SimpleAudioAnnotationsWriter. writeData(List<AudioAnnotations> data)
Performs the actual writing. -
Uses of AudioAnnotations in adams.flow.container
Constructors in adams.flow.container with parameters of type AudioAnnotations Constructor Description AudioTrailFilterContainer(Object input, adams.data.filter.Filter filter, AudioAnnotations data)
Initializes the container with the filter and the associated data. -
Uses of AudioAnnotations in adams.flow.transformer
Methods in adams.flow.transformer that return types with arguments of type AudioAnnotations Modifier and Type Method Description protected adams.data.io.output.AbstractDataContainerWriter<AudioAnnotations>
AudioAnnotationsFileWriter. getDefaultWriter()
Returns the default writer to use. -
Uses of AudioAnnotations in adams.gui.chooser
Methods in adams.gui.chooser that return types with arguments of type AudioAnnotations Modifier and Type Method Description protected adams.data.io.input.AbstractDataContainerReader<AudioAnnotations>
AudioAnnotationsFileChooser. getDefaultReader()
Returns the default reader.protected adams.data.io.output.AbstractDataContainerWriter<AudioAnnotations>
AudioAnnotationsFileChooser. getDefaultWriter()
Returns the default writer.adams.data.io.input.AbstractDataContainerReader<AudioAnnotations>
AudioAnnotationsFileChooser. getReaderForFile(File file)
Returns the reader for the specified file.adams.data.io.output.AbstractDataContainerWriter<AudioAnnotations>
AudioAnnotationsFileChooser. getWriterForFile(File file)
Returns the writer for the specified file. -
Uses of AudioAnnotations in adams.gui.tools.audioannotator
Fields in adams.gui.tools.audioannotator declared as AudioAnnotations Modifier and Type Field Description protected AudioAnnotations
EventQueue. m_Annotations
the annotations we add the steps toMethods in adams.gui.tools.audioannotator that return AudioAnnotations Modifier and Type Method Description AudioAnnotations
EventQueue. getAnnotations()
A getter for the annotations EventQueue adds steps toMethods in adams.gui.tools.audioannotator with parameters of type AudioAnnotations Modifier and Type Method Description void
EventQueue. loadAnnotations(AudioAnnotations annotations)
Loads a saved annotations EventQueue adds steps to.
-