Package dataPlotsFX.rawClipDataPlot
Class FFTPlotSettings
java.lang.Object
dataPlotsFX.rawClipDataPlot.FFTPlotSettings
- All Implemented Interfaces:
ManagedParameters
- Direct Known Subclasses:
ClickDisplayParams
,RawClipParams
Settings for displaying raw data clips on a frequency time display.
- Author:
- Jamie Macaulay
-
Field Summary
Modifier and TypeFieldDescriptionThe colour array type.int
The FFT length for clicksint
The FFT hop for clicks.double[]
The minimum and maximum frequency amplitude limits that can be set using the colour bardouble[]
The range of amplitudes between which there is a colour scale -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
freqAmplitudeLimits
public double[] freqAmplitudeLimitsThe minimum and maximum frequency amplitude limits that can be set using the colour bar -
freqAmplitudeRange
public double[] freqAmplitudeRangeThe range of amplitudes between which there is a colour scale -
fftHop
public int fftHopThe FFT length for clicks -
fftLength
public int fftLengthThe FFT hop for clicks. -
colourMap
The colour array type.
-
-
Constructor Details
-
FFTPlotSettings
public FFTPlotSettings()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-