Package noiseOneBand
Class OneBandDisplayParams
java.lang.Object
noiseOneBand.OneBandDisplayParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class OneBandDisplayParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleandoubledoublestatic final longbooleanintintlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OneBandDisplayParamsclone()intgetDisplayChannels(int availableChannels) Get a set of data that describes all of the parameters in a classvoidsetDisplayChannels(int displayChannels)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
minAmplitude
public double minAmplitude -
maxAmplitude
public double maxAmplitude -
timeRange
public long timeRange -
autoScale
public boolean autoScale -
symbolSize
public int symbolSize -
drawLine
public boolean drawLine -
showWhat
public int showWhat -
showGrid
public boolean showGrid -
colourByChannel
public boolean colourByChannel
-
-
Constructor Details
-
OneBandDisplayParams
public OneBandDisplayParams()
-
-
Method Details
-
clone
-
getDisplayChannels
public int getDisplayChannels(int availableChannels) - Returns:
- the displayChannels
-
setDisplayChannels
public void setDisplayChannels(int displayChannels) - Parameters:
displayChannels- the displayChannels to set
-
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.
-