Uses of Class
Spectrogram.SpectrogramDisplay

Packages that use SpectrogramDisplay
clipgenerator   
fftManager   
IshmaelLocator   
rocca   
Spectrogram   
 

Uses of SpectrogramDisplay in clipgenerator
 

Methods in clipgenerator with parameters of type SpectrogramDisplay
 void ClipProcess.spectrogramNotification(SpectrogramDisplay display, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2)
           
 

Uses of SpectrogramDisplay in fftManager
 

Methods in fftManager that return SpectrogramDisplay
private  SpectrogramDisplay FFTPluginPanelProvider.FFTPluginPanel.getSpectrogramDisplay()
           
 

Uses of SpectrogramDisplay in IshmaelLocator
 

Methods in IshmaelLocator with parameters of type SpectrogramDisplay
 void IshLocProcess.spectrogramNotification(SpectrogramDisplay display, int downUp, int channel, long startMsec, long durationMsec, double f0, double f1)
          Data for localization can arrive from either an upstream data source or from the user drawing a box on the spectrogram.
 

Uses of SpectrogramDisplay in rocca
 

Methods in rocca with parameters of type SpectrogramDisplay
 FFTDataBlock RoccaWhistleSelect.getDataBlockSubset(SpectrogramDisplay display)
           
 void RoccaWhistleSelect.spectrogramNotification(SpectrogramDisplay display, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2)
           
 

Uses of SpectrogramDisplay in Spectrogram
 

Fields in Spectrogram declared as SpectrogramDisplay
private  SpectrogramDisplay SpectrogramProjector.spectrogramDisplay
           
private  SpectrogramDisplay SpectrogramDisplay.spectrogramDisplay
           
private  SpectrogramDisplay DirectDrawProjector.spectrogramDisplay
           
 

Methods in Spectrogram with parameters of type SpectrogramDisplay
 void SpectrogramMarkProcess.spectrogramNotification(SpectrogramDisplay display, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2)
          Override this to process data from the marked spectrogram.
 void SpectrogramMarkObserver.spectrogramNotification(SpectrogramDisplay display, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2)
           
 

Constructors in Spectrogram with parameters of type SpectrogramDisplay
DirectDrawProjector(SpectrogramDisplay spectrogramDisplay)
           
SpectrogramProjector(SpectrogramDisplay spectrogramDisplay)