Package dataPlotsFX.rawClipDataPlot
Class ClipPlotInfoFX
java.lang.Object
dataPlotsFX.data.TDDataInfoFX
dataPlotsFX.data.generic.GenericDataPlotInfo
dataPlotsFX.rawClipDataPlot.RawClipDataInfo
dataPlotsFX.rawClipDataPlot.ClipPlotInfoFX
The clip data info.
- Author:
 - Jamie Macaulay
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class dataPlotsFX.data.TDDataInfoFX
TDDataInfoFX.DataLoadObserver - 
Field Summary
Fields inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
DEFAULT_FILL_OPACITY, frequencyInfoFields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, isOrderring, isViewer, scaleInfoIndex - 
Constructor Summary
ConstructorsConstructorDescriptionClipPlotInfoFX(TDDataProviderFX tdDataProvider, ClipControl clipControl, TDGraphFX tdGraph, PamDataBlock pamDataBlock)  - 
Method Summary
Modifier and TypeMethodDescriptiondouble[][]getSpectrogram(PamDataUnit pamDataUnit, int chanClick) Get the spectrogram for a raw clip.Methods inherited from class dataPlotsFX.rawClipDataPlot.RawClipDataInfo
drawDataUnit, getClipSettingsPane, getFFTplotManager, getGraphSettingsPane, getRawClipParams, getRawScaleInfo, getRawWavePlotManager, getScaleInfo, getScaleInfos, getStoredSettings, getSymbolChooser, lastUnitDrawn, notifyChange, setDefaultOpacity, setStoredSettings, settingsUpdateMethods inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
createSymbolChooser, drawBoxData, drawFrequencyData, getAmplitudeScaleInfo, getAmplitudeValue, getBearingScaleInfo, getBearingValue, getDataValue, getFrequencyScaleInfo, getSlantScaleInfo, getSlantValue, setCurrentAxisName, updateAvailabilityMethods inherited from class dataPlotsFX.data.TDDataInfoFX
addScaleInfo, clearDraw, drawAllDataUnits, drawData, drawHighLightData, editOptions, getCurrentScaleInfo, getDataBlock, getDataDimensions, getDataName, getDataObserver, getDataProvider, getDDataProvider, getDisplayColType, getLastDrawPoints, getMasterClockOverride, getMenuNodes, getPreviousDataUnit, getRequiredDataHistory, getScaleInfo, getScaleInfoIndex, getShortName, getSourceDataBlock, getTdDataProvider, getTDGraph, getToolTipText, hasAxisName, hasOptions, isPaused, isScrollChanging, isShowing, isViewer, removeData, removeScaleInfo, selectScaleInfo, setNPlotPanes, setShowing, shouldDraw, shouldDraw, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged 
- 
Constructor Details
- 
ClipPlotInfoFX
public ClipPlotInfoFX(TDDataProviderFX tdDataProvider, ClipControl clipControl, TDGraphFX tdGraph, PamDataBlock pamDataBlock)  
 - 
 - 
Method Details
- 
getSpectrogram
Description copied from class:RawClipDataInfoGet the spectrogram for a raw clip.- Overrides:
 getSpectrogramin classRawClipDataInfo- Parameters:
 pamDataUnit- - the pam data unit. Should implement RawDataHolder.chanClick- - the channel click- Returns:
 - the double
 
 
 -