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
public class ValueSeries extends PlotSeries
A series that contains a value.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValueSeries()ValueSeries(String seriesName, String oneClickColumn, PlotStyle plotStyle, String value) -
Method Summary
Modifier and Type Method Description StringgetValue()org.jdom2.ElementgetWorkspaceInfo()Serialize the class into an element to be stored in the workspacevoidsetWorkspaceInfo(org.jdom2.Element workspaceInfo)Restore the class to the state defined by the data persisted in workspaceInfoStringtoString()Methods inherited from class com.illumon.iris.console.events.plot.series.PlotSeries
getOneClickColumn, getPlotStyle, getSeriesName, isTwinX, isTwinY, setTwinX, setTwinY
-
Constructor Details
-
ValueSeries
public ValueSeries() -
ValueSeries
-
-
Method Details
-
getValue
-
toString
-
getWorkspaceInfo
public org.jdom2.Element getWorkspaceInfo()Description copied from interface:WorkspaceSerialize the class into an element to be stored in the workspace- Specified by:
getWorkspaceInfoin interfaceWorkspace- Overrides:
getWorkspaceInfoin classPlotSeries- Returns:
- An
Elementcontaining the data to persist.
-
setWorkspaceInfo
public void setWorkspaceInfo(org.jdom2.Element workspaceInfo)Description copied from interface:WorkspaceRestore the class to the state defined by the data persisted in workspaceInfo- Specified by:
setWorkspaceInfoin interfaceWorkspace- Overrides:
setWorkspaceInfoin classPlotSeries- Parameters:
workspaceInfo- AnElementcontaining the persisted state.
-