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 AudioAnnotationsAudioAnnotationsStatistic. getData()Returns the currently stored trail.Methods in adams.data.audioannotations with parameters of type AudioAnnotations Modifier and Type Method Description voidAudioAnnotationsStatistic. 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 AudioAnnotationsAudioAnnotationsWindow. processData(AudioAnnotations data)Performs the actual filtering.Methods in adams.data.filter with parameters of type AudioAnnotations Modifier and Type Method Description protected AudioAnnotationsAudioAnnotationsWindow. 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 booleanSimpleAudioAnnotationsWriter. 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.DataContainerWriter<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.DataContainerReader<AudioAnnotations>AudioAnnotationsFileChooser. getDefaultReader()Returns the default reader.protected adams.data.io.output.DataContainerWriter<AudioAnnotations>AudioAnnotationsFileChooser. getDefaultWriter()Returns the default writer.adams.data.io.input.DataContainerReader<AudioAnnotations>AudioAnnotationsFileChooser. getReaderForFile(File file)Returns the reader for the specified file.adams.data.io.output.DataContainerWriter<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 AudioAnnotationsEventQueue. m_Annotationsthe annotations we add the steps toMethods in adams.gui.tools.audioannotator that return AudioAnnotations Modifier and Type Method Description AudioAnnotationsEventQueue. 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 voidEventQueue. loadAnnotations(AudioAnnotations annotations)Loads a saved annotations EventQueue adds steps to.
-