Class ChartDescriptor
java.lang.Object
com.illumon.iris.web.shared.data.plot.ChartDescriptor
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAxes()intintintgetRow()intgetTitle()booleanvoidsetAxes(AxisDescriptor[] axes) voidsetChartType(ChartDescriptor.ChartType chartType) voidsetColspan(int colspan) voidsetColumn(int column) voidsetLegendColor(String legendColor) voidsetLegendFont(String legendFont) voidsetMultiSeries(MultiSeriesDescriptor[] multiSeries) voidsetRow(int row) voidsetRowspan(int rowspan) voidsetSeries(SeriesDescriptor[] series) voidsetShowLegend(boolean showLegend) voidvoidsetTitleColor(String titleColor) voidsetTitleFont(String titleFont)
-
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
-
getMultiSeries
-
getAxes
-
getChartType
-
getTitle
-
setTitle
-
getTitleFont
-
setTitleFont
-
getTitleColor
-
setTitleColor
-
isShowLegend
public boolean isShowLegend() -
setShowLegend
public void setShowLegend(boolean showLegend) -
getLegendFont
-
setLegendFont
-
getLegendColor
-
setLegendColor
-