Uses of Class
adams.data.audioannotations.AudioAnnotation
-
Packages that use AudioAnnotation Package Description adams.data.audioannotations adams.gui.tools.audioannotator -
-
Uses of AudioAnnotation in adams.data.audioannotations
Methods in adams.data.audioannotations that return AudioAnnotation Modifier and Type Method Description AudioAnnotation
AudioAnnotations. getStep(adams.core.TimeMsec timestamp)
Returns the step associated with the given timestamp.AudioAnnotation
AudioAnnotations. newPoint()
Returns a new instance of a DataContainer point.Methods in adams.data.audioannotations that return types with arguments of type AudioAnnotation Modifier and Type Method Description adams.data.container.DataPointComparator<AudioAnnotation>
AudioAnnotations. getComparator()
Returns the comparator in use.Methods in adams.data.audioannotations with parameters of type AudioAnnotation Modifier and Type Method Description int
AudioAnnotationComparator. compare(AudioAnnotation o1, AudioAnnotation o2)
Compares its two arguments for order.Method parameters in adams.data.audioannotations with type arguments of type AudioAnnotation Modifier and Type Method Description void
AudioAnnotations. assign(adams.data.container.DataContainer<AudioAnnotation> other)
Obtains the stored variables from the other data point, but not the actual data points. -
Uses of AudioAnnotation in adams.gui.tools.audioannotator
Fields in adams.gui.tools.audioannotator declared as AudioAnnotation Modifier and Type Field Description protected AudioAnnotation
AnnotationEvent. m_Annotation
The annotation we're passing to the listenersFields in adams.gui.tools.audioannotator with type parameters of type AudioAnnotation Modifier and Type Field Description protected ConcurrentLinkedQueue<AudioAnnotation>
EventQueue. m_AnnotationQueue
the internal queueMethods in adams.gui.tools.audioannotator that return AudioAnnotation Modifier and Type Method Description AudioAnnotation
AnnotationEvent. getAnnotation()
A getter for the annotation this event is forMethods in adams.gui.tools.audioannotator with parameters of type AudioAnnotation Modifier and Type Method Description protected void
AudioAnnotationPanel. notifyListeners(AudioAnnotation annotation)
Notifies all listenersConstructors in adams.gui.tools.audioannotator with parameters of type AudioAnnotation Constructor Description AnnotationEvent(Object source, AudioAnnotation annotation)
Constructs an Annotation Event
-