Class AbstractChartWidgetController.SerieDetails<T>

Object
SerieDetails<T>
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractChartWidgetController

public static class AbstractChartWidgetController.SerieDetails<T> extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCaption

      public String getCaption()
    • setCaption

      public void setCaption(String caption)
    • getColumn

      public String getColumn()
    • setColumn

      public void setColumn(String column)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getCenter

      public String getCenter()
    • setCenter

      public void setCenter(String center)
    • getData

      public ArrayList<T> getData()
    • setData

      public void setData(ArrayList<T> data)