Class PlotSeries
java.lang.Object
com.illumon.iris.console.events.plot.series.PlotSeries
- All Implemented Interfaces:
Workspace
,Serializable
- Direct Known Subclasses:
ValueSeries
Base class for a plotting series.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
Serialize the class into an element to be stored in the workspaceboolean
isTwinX()
boolean
isTwinY()
void
setTwinX
(boolean twinX) void
setTwinY
(boolean twinY) void
setWorkspaceInfo
(org.jdom2.Element workspaceInfo) Restore the class to the state defined by the data persisted in workspaceInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.gui.workspace.Workspace
isGlobalSetting
-
Constructor Details
-
PlotSeries
public PlotSeries() -
PlotSeries
-
-
Method Details
-
getSeriesName
-
getOneClickColumn
-
getPlotStyle
-
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
- 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
- Parameters:
workspaceInfo
- AnElement
containing the persisted state.
-
isTwinX
public boolean isTwinX() -
setTwinX
public void setTwinX(boolean twinX) -
isTwinY
public boolean isTwinY() -
setTwinY
public void setTwinY(boolean twinY)
-