Package fftManager.newSpectrogram
Class SpectrogramChannelData
java.lang.Object
fftManager.newSpectrogram.SpectrogramChannelData
contains the spectrgram data for a single channel.
Will only exist and be populated if that channel is
included in the spectrogram display.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check the configuration of the channel data - array sizes are correct, etc.void
drawSpectrogram
(Graphics g, Rectangle windowRect, int orientation, PamAxis timeAxis, long scrollStart) void
newFFTData
(FFTDataUnit fftDataUnit) New fft data arrived for this channel.void
Rest anything necessary before new data are loaded offline in viewer mode.
-
Constructor Details
-
SpectrogramChannelData
-
-
Method Details
-
newFFTData
New fft data arrived for this channel.- Parameters:
fftDataUnit
- fft data unit.
-
checkConfig
public void checkConfig()check the configuration of the channel data - array sizes are correct, etc. -
drawSpectrogram
-
resetForLoad
public void resetForLoad()Rest anything necessary before new data are loaded offline in viewer mode.
-