Package com.illumon.iris.db.plot
Class SeriesCollection.SeriesDescription
java.lang.Object
com.illumon.iris.db.plot.SeriesCollection.SeriesDescription
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SeriesCollection
Description of a data series.
- See Also:
-
Method Details
-
getType
Gets the type of data series.- Returns:
- type of data series.
-
isMultiSeries
public boolean isMultiSeries()True if the series is a multiseries. False otherwise.- Returns:
- true if the series is a multiseries. False otherwise.
-
getSeries
Gets the data series.- Returns:
- data series.
-
onInflate
public void onInflate()Set up after serialization. -
onClose
public void onClose()Tear down once figure is closed.
-