Package dataPlotsFX.scroller
Class TDAcousticScrollerParams
java.lang.Object
dataPlotsFX.scroller.TDAcousticScrollerParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class TDAcousticScrollerParams
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble[]
The amplitude limits of the color scale.double[]
The min and max allowed amplitude for the colour scaleType of colour scheme for spectrogram.boolean
Disables the spectrogram preview if true. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classvoid
setParams
(StandardPlot2DColours colors)
-
Field Details
-
colourMap
Type of colour scheme for spectrogram. -
amplitudeLimits
public double[] amplitudeLimitsThe amplitude limits of the color scale. -
amplitudeMinMax
public double[] amplitudeMinMaxThe min and max allowed amplitude for the colour scale -
disableSpectrumPreview
public boolean disableSpectrumPreviewDisables the spectrogram preview if true. Used to prevent long clunky load times, especially for high frequency data.
-
-
Constructor Details
-
TDAcousticScrollerParams
public TDAcousticScrollerParams()
-
-
Method Details
-
clone
-
setParams
-
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.
-