Uses of Interface
Spectrogram.SpectrogramMarkObserver

Packages that use SpectrogramMarkObserver
clipgenerator   
IshmaelLocator   
rocca   
Spectrogram   
 

Uses of SpectrogramMarkObserver in clipgenerator
 

Classes in clipgenerator that implement SpectrogramMarkObserver
 class ClipProcess
           
 

Uses of SpectrogramMarkObserver in IshmaelLocator
 

Classes in IshmaelLocator that implement SpectrogramMarkObserver
 class IshLocHyperbProcess
          Two-hydrophone bearing calculation.
 class IshLocPairProcess
          Two-hydrophone bearing calculation.
 class IshLocProcess
          This is a superclass to a "real" localization class.
 

Uses of SpectrogramMarkObserver in rocca
 

Classes in rocca that implement SpectrogramMarkObserver
 class RoccaWhistleSelect
           
 

Uses of SpectrogramMarkObserver in Spectrogram
 

Classes in Spectrogram that implement SpectrogramMarkObserver
 class SpectrogramMarkProcess
          Standard process for any PamControlled unit observing marks made manually on spectrogram displays.
 

Fields in Spectrogram with type parameters of type SpectrogramMarkObserver
private static java.util.ArrayList<SpectrogramMarkObserver> SpectrogramMarkObservers.observers
           
 

Methods in Spectrogram that return types with arguments of type SpectrogramMarkObserver
static java.util.ArrayList<SpectrogramMarkObserver> SpectrogramMarkObservers.getSpectrogramMarkObservers()
           
 

Methods in Spectrogram with parameters of type SpectrogramMarkObserver
static void SpectrogramMarkObservers.addSpectrogramMarkObserver(SpectrogramMarkObserver spectrogramMarkObserver)
           
static void SpectrogramMarkObservers.removeDisplayPanelProvider(SpectrogramMarkObserver spectrogramMarkObserver)