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
public static class SeriesCollection.SeriesDescription extends Object implements Serializable
Description of a data series.
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description SeriesInternal
getSeries()
Gets the data series.SeriesCollection.SeriesType
getType()
Gets the type of data series.boolean
isMultiSeries()
True if the series is a multiseries.void
onClose()
Tear down once figure is closed.void
onInflate()
Set up after serialization.
-
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.
-