Uses of Class
Spectrogram.SpectrogramDisplay
Packages that use SpectrogramDisplay
-
Uses of SpectrogramDisplay in clipgenerator
Methods in clipgenerator with parameters of type SpectrogramDisplayModifier 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
Methods in IshmaelLocator with parameters of type SpectrogramDisplayModifier 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
Methods in rocca with parameters of type SpectrogramDisplayModifier 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.Constructors in rocca with parameters of type SpectrogramDisplayModifierConstructorDescriptionRoccaSpecPopUp
(RoccaProcess roccaProcess, FFTDataBlock fftDataBlock, double boxBotFreq, double boxTopFreq, PamRawDataBlock rawData, SpectrogramDisplay display, int channel) -
Uses of SpectrogramDisplay in Spectrogram
Methods in Spectrogram that return SpectrogramDisplayModifier and TypeMethodDescriptionDirectDrawProjector.getSpectrogramDisplay()
SpectrogramProjector.getSpectrogramDisplay()
Methods in Spectrogram with parameters of type SpectrogramDisplayModifier 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.Constructors in Spectrogram with parameters of type SpectrogramDisplayModifierConstructorDescriptionDirectDrawProjector
(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
Methods in userDisplay that return SpectrogramDisplay