Package dataMap
Class DataMapParameters
java.lang.Object
dataMap.DataMapParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
static final double[]
boolean
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classdouble
-
Field Details
-
vScaleChoice
public int vScaleChoice -
vLogScale
public boolean vLogScale -
hScaleChoice
public int hScaleChoice -
hScaleChoices
public static final double[] hScaleChoices
-
-
Constructor Details
-
DataMapParameters
public DataMapParameters()
-
-
Method Details
-
getPixeslPerHour
public double getPixeslPerHour() -
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.
-