Package dataPlots.layout
Class GraphParameters
java.lang.Object
dataPlots.layout.GraphParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataListInfo(DataListInfo dataListInfo) protected GraphParametersclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
autoScale
public boolean autoScale -
currentAxisName
-
dataListInfos
-
-
Constructor Details
-
GraphParameters
public GraphParameters()
-
-
Method Details
-
clone
-
addDataListInfo
-
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.
-