Package org.silverpeas.core.chart
Interface ChartItem
-
- All Known Implementing Classes:
AbstractAxisChartItem
,AbstractChartItem
,PeriodChartItem
,PieChartItem
public interface ChartItem
Representation of a chart item.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asJson()
Converts the item into json data.String
getTitle()
Gets the label of the item.
-