Package dataMap
Class DataMapParameters
java.lang.Object
dataMap.DataMapParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintstatic final double[]protected static final longbooleanint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataMapParametersclone()Get a set of data that describes all of the parameters in a classdouble
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
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() -
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.
-