Package dataPlots
Class TDParameters
java.lang.Object
dataPlots.TDParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
long
long
static final long
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGraphParameters
(GraphParameters newGraph) Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
orientation
public int orientation -
visibleTimeRange
public double visibleTimeRange -
scrollableTimeRange
public long scrollableTimeRange -
scrollStartMillis
public long scrollStartMillis -
graphParameters
-
-
Constructor Details
-
TDParameters
public TDParameters()
-
-
Method Details
-
addGraphParameters
-
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.
-