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
FieldsModifier 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.booleanDisables the spectrogram preview if true. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidsetParams(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: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.
 
 
 -