Uses of Class
Spectrogram.SpectrogramDisplay
-
Uses of SpectrogramDisplay in clipgenerator
Modifier and TypeMethodDescriptionboolean
ClipProcess.spectrogramNotification
(SpectrogramDisplay display, MouseEvent mouseEvent, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2, TDGraphFX tdDisplay) -
Uses of SpectrogramDisplay in IshmaelLocator
Modifier and TypeMethodDescriptionboolean
IshLocProcess.spectrogramNotification
(SpectrogramDisplay display, MouseEvent mouseEvent, int downUp, int channel, long startMsec, long durationMsec, double f0, double f1, TDGraphFX tdDisplay) 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
Modifier and TypeMethodDescriptionvoid
RoccaWhistleSelect.spectrogramNotification
(SpectrogramDisplay display, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2, TDGraphFX tdDisplay) Original spectrogramNotification method.boolean
RoccaWhistleSelect.spectrogramNotification
(SpectrogramDisplay display, MouseEvent mouseEvent, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2, TDGraphFX tdDisplay) Updated spectrogramNotification method.ModifierConstructorDescriptionRoccaSpecPopUp
(RoccaProcess roccaProcess, FFTDataBlock fftDataBlock, double boxBotFreq, double boxTopFreq, PamRawDataBlock rawData, SpectrogramDisplay display, int channel) -
Uses of SpectrogramDisplay in Spectrogram
Modifier and TypeMethodDescriptionDirectDrawProjector.getSpectrogramDisplay()
SpectrogramProjector.getSpectrogramDisplay()
Modifier and TypeMethodDescriptionboolean
SpectrogramMarkObserver.spectrogramNotification
(SpectrogramDisplay display, MouseEvent mouseEventFX, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2, TDGraphFX tdDisplay) Receive notifications from the spectrogram display when the mouse is pressed and dragged on the display.boolean
SpectrogramMarkProcess.spectrogramNotification
(SpectrogramDisplay display, MouseEvent mouseEvent, int downUp, int channel, long startMilliseconds, long duration, double f1, double f2, TDGraphFX tdDisplay) Override this to process data from the marked spectrogram.ModifierConstructorDescriptionDirectDrawProjector
(SpectrogramDisplay spectrogramDisplay, int panelId) SpectrogramMarker
(SpectrogramDisplay spectrogramDisplay, int panelID, int markChannels, GeneralProjector projector) SpectrogramOverlayDataManager
(SpectrogramDisplay spectrogramDisplay, Spectrogram.SpectrogramDisplay.SpectrogramPanel spectrogramPanel) SpectrogramProjector
(SpectrogramDisplay spectrogramDisplay) SpectrogramScrollJumper
(SpectrogramDisplay spectrogramDisplay, PamScroller parentScroller, Component mainComponent) SpectrogramZoomer
(SpectrogramDisplay spectrogramDisplay, Spectrogram.SpectrogramDisplay.SpectrogramPanel spectroPanel) -
Uses of SpectrogramDisplay in userDisplay