Class ValueSeries
java.lang.Object
com.illumon.iris.console.events.plot.series.PlotSeries
com.illumon.iris.console.events.plot.series.ValueSeries
- All Implemented Interfaces:
Workspace
,Serializable
- Direct Known Subclasses:
CategoryValueSeries
,ValueBinSeries
A series that contains a value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueSeries
(String seriesName, String oneClickColumn, PlotStyle plotStyle, String value) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
org.jdom2.Element
Serialize the class into an element to be stored in the workspacevoid
setWorkspaceInfo
(org.jdom2.Element workspaceInfo) Restore the class to the state defined by the data persisted in workspaceInfotoString()
Methods inherited from class com.illumon.iris.console.events.plot.series.PlotSeries
getOneClickColumn, getPlotStyle, getSeriesName, isTwinX, isTwinY, setTwinX, setTwinY
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.gui.workspace.Workspace
isGlobalSetting
-
Constructor Details
-
ValueSeries
public ValueSeries() -
ValueSeries
-
-
Method Details
-
getValue
-
toString
-
getWorkspaceInfo
public org.jdom2.Element getWorkspaceInfo()Description copied from interface:Workspace
Serialize the class into an element to be stored in the workspace- Specified by:
getWorkspaceInfo
in interfaceWorkspace
- Overrides:
getWorkspaceInfo
in classPlotSeries
- Returns:
- An
Element
containing the data to persist.
-
setWorkspaceInfo
public void setWorkspaceInfo(org.jdom2.Element workspaceInfo) Description copied from interface:Workspace
Restore the class to the state defined by the data persisted in workspaceInfo- Specified by:
setWorkspaceInfo
in interfaceWorkspace
- Overrides:
setWorkspaceInfo
in classPlotSeries
- Parameters:
workspaceInfo
- AnElement
containing the persisted state.
-