Package IshmaelDetector
Class IshDisplayParams
java.lang.Object
IshmaelDetector.IshDisplayParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
Ishamel display parameters for the Spectrogram plug in.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates whether the Ishmael spectrogram plugin autoscales.doubleThe veretical scaling factor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
verticalScaleFactor
public double verticalScaleFactorThe veretical scaling factor -
autoScale
public boolean autoScaleIndicates whether the Ishmael spectrogram plugin autoscales.
-
-
Constructor Details
-
IshDisplayParams
public IshDisplayParams()
-
-
Method Details
-
clone
-
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.
-