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
Fields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, scaleInfoIndex
-
Constructor Summary
ConstructorDescriptionClipPlotInfoFX
(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, setStoredSettings, settingsUpdate
Methods inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
createSymbolChooser, drawFrequencyData, getAmplitudeScaleInfo, getAmplitudeValue, getBearingScaleInfo, getBearingValue, getDataValue, getFrequencyScaleInfo, getSlantScaleInfo, getSlantValue, setCurrentAxisName
Methods 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, 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:RawClipDataInfo
Get the spectrogram for a raw clip.- Overrides:
getSpectrogram
in classRawClipDataInfo
- Parameters:
pamDataUnit
- - the pam data unit. Should implement RawDataHolder.chanClick
- - the channel click- Returns:
- the double
-