Package clipgenerator.clipDisplay
Class ClipDisplayParameters
java.lang.Object
clipgenerator.clipDisplay.ClipDisplayParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class ClipDisplayParameters
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
double
double
double
double
static final long
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Getter and setter to convert boolean value from the DispalyControlPanel checkbox into a meaningful layout order (0,-1).Get a set of data that describes all of the parameters in a classvoid
setColourMap
(ColourArray.ColourArrayType colourMap) void
setLogFFTLength
(int logFFTLength) void
setNewClipOrder
(boolean newClipsLast)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
amlitudeMinVal
public double amlitudeMinVal -
amplitudeRangeVal
public double amplitudeRangeVal -
imageVScale
public double imageVScale -
imageHScale
public double imageHScale -
showTriggerOverlay
public boolean showTriggerOverlay -
frequencyScale
public double frequencyScale
-
-
Constructor Details
-
ClipDisplayParameters
public ClipDisplayParameters()
-
-
Method Details
-
getColourMap
-
setColourMap
-
getLogFFTLength
public int getLogFFTLength()- Returns:
- the logFFTLength
-
setLogFFTLength
public void setLogFFTLength(int logFFTLength) -
getNewClipOrder
public boolean getNewClipOrder()Getter and setter to convert boolean value from the DispalyControlPanel checkbox into a meaningful layout order (0,-1). and vice versa.- Returns:
-
setNewClipOrder
public void setNewClipOrder(boolean newClipsLast) -
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.
-