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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcheck the configuration of the channel data - array sizes are correct, etc.voiddrawSpectrogram(Graphics g, Rectangle windowRect, int orientation, PamAxis timeAxis, long scrollStart) voidnewFFTData(FFTDataUnit fftDataUnit) New fft data arrived for this channel.voidRest 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. 
 -