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 Details

    • getType

      public SeriesCollection.SeriesType 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

      public SeriesInternal 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.