Package dataPlotsFX.rawClipDataPlot
Class RawClipParams
java.lang.Object
dataPlotsFX.rawClipDataPlot.FFTPlotSettings
dataPlotsFX.rawClipDataPlot.RawClipParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True to show a spectrogram clip - otherwise frequency box.int
The window type for the spectrogramFields inherited from class dataPlotsFX.rawClipDataPlot.FFTPlotSettings
colourMap, fftHop, fftLength, freqAmplitudeLimits, freqAmplitudeRange
-
Constructor Summary
-
Method Summary
Methods inherited from class dataPlotsFX.rawClipDataPlot.FFTPlotSettings
getParameterSet
-
Field Details
-
showSpectrogram
public boolean showSpectrogramTrue to show a spectrogram clip - otherwise frequency box. -
windowType
public int windowTypeThe window type for the spectrogram
-
-
Constructor Details
-
RawClipParams
public RawClipParams()
-