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 AudioAnnotationAudioAnnotations. getStep(adams.core.TimeMsec timestamp)Returns the step associated with the given timestamp.AudioAnnotationAudioAnnotations. 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 intAudioAnnotationComparator. 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 voidAudioAnnotations. 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 AudioAnnotationAnnotationEvent. m_AnnotationThe 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_AnnotationQueuethe internal queueMethods in adams.gui.tools.audioannotator that return AudioAnnotation Modifier and Type Method Description AudioAnnotationAnnotationEvent. 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 voidAudioAnnotationPanel. 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
-