Class ChartDescriptor

java.lang.Object
com.illumon.iris.web.shared.data.plot.ChartDescriptor
All Implemented Interfaces:
Serializable

public class ChartDescriptor extends Object implements Serializable
See Also:
  • Constructor Details

    • ChartDescriptor

      public ChartDescriptor()
  • Method Details

    • getColumn

      public int getColumn()
    • setColumn

      public void setColumn(int column)
    • getRow

      public int getRow()
    • setRow

      public void setRow(int row)
    • getColspan

      public int getColspan()
    • setColspan

      public void setColspan(int colspan)
    • getRowspan

      public int getRowspan()
    • setRowspan

      public void setRowspan(int rowspan)
    • getSeries

      public SeriesDescriptor[] getSeries()
    • setSeries

      public void setSeries(SeriesDescriptor[] series)
    • getMultiSeries

      public MultiSeriesDescriptor[] getMultiSeries()
    • setMultiSeries

      public void setMultiSeries(MultiSeriesDescriptor[] multiSeries)
    • getAxes

      public AxisDescriptor[] getAxes()
    • setAxes

      public void setAxes(AxisDescriptor[] axes)
    • getChartType

      public ChartDescriptor.ChartType getChartType()
    • setChartType

      public void setChartType(ChartDescriptor.ChartType chartType)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getTitleFont

      public String getTitleFont()
    • setTitleFont

      public void setTitleFont(String titleFont)
    • getTitleColor

      public String getTitleColor()
    • setTitleColor

      public void setTitleColor(String titleColor)
    • isShowLegend

      public boolean isShowLegend()
    • setShowLegend

      public void setShowLegend(boolean showLegend)
    • getLegendFont

      public String getLegendFont()
    • setLegendFont

      public void setLegendFont(String legendFont)
    • getLegendColor

      public String getLegendColor()
    • setLegendColor

      public void setLegendColor(String legendColor)