Package dbht
Class DbHtDisplayParams
java.lang.Object
dbht.DbHtDisplayParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
double
double
static final long
boolean
int
int
long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
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
-
DbHtDisplayParams
public DbHtDisplayParams()
-
-
Method Details
-
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.
-