Package dataPlotsFX.data
Class TDScaleInfoData
java.lang.Object
dataPlotsFX.data.TDScaleInfoData
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Data for the TDScaleInfo which can be serialised and saved.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The maxiumum valuedouble
The minimum valuestatic final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classint[]
Get a string representation of the data:boolean[]
void
setPlotChannels
(int[] plotChannels) void
setVisiblePlotChannels
(boolean[] visiblePlotChannels)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
minVal
public double minValThe minimum value -
maxVal
public double maxValThe maxiumum value
-
-
Constructor Details
-
TDScaleInfoData
public TDScaleInfoData()
-
-
Method Details
-
getPlotChannels
public int[] getPlotChannels()- Returns:
- the plotChannels array
-
setPlotChannels
public void setPlotChannels(int[] plotChannels) - Parameters:
plotChannels
- the plotChannels to set
-
setVisiblePlotChannels
public void setVisiblePlotChannels(boolean[] visiblePlotChannels) - Parameters:
visiblePlotChannels
- the visiblePlotChannels to set
-
getVisiblePlotChannels
public boolean[] getVisiblePlotChannels()- Returns:
- the visiblePlotChannels
-
getStringData
Get a string representation of the data:- Returns:
- a string representation of the data.
-
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.
-