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
FieldsModifier and TypeFieldDescriptionThe colour array type.intThe FFT length for clicksintThe 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
Constructors -
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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-