Class ValueBinSeries
java.lang.Object
com.illumon.iris.console.events.plot.series.PlotSeries
com.illumon.iris.console.events.plot.series.ValueSeries
com.illumon.iris.console.events.plot.series.ValueBinSeries
- All Implemented Interfaces:
Workspace
,Serializable
public class ValueBinSeries extends ValueSeries
A series that contains a value and a number of bins
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValueBinSeries()
ValueBinSeries(String seriesName, String oneClickColumn, PlotStyle plotStyle, String value, int bins)
-
Method Summary
Modifier and Type Method Description int
getBins()
org.jdom2.Element
getWorkspaceInfo()
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 workspaceInfoString
toString()
Methods inherited from class com.illumon.iris.console.events.plot.series.PlotSeries
getOneClickColumn, getPlotStyle, getSeriesName, isTwinX, isTwinY, setTwinX, setTwinY
-
Constructor Details
-
ValueBinSeries
public ValueBinSeries() -
ValueBinSeries
-
-
Method Details
-
getBins
public int getBins() -
toString
- Overrides:
toString
in classValueSeries
-
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 classValueSeries
- 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 classValueSeries
- Parameters:
workspaceInfo
- AnElement
containing the persisted state.
-