Uses of Class
org.silverpeas.core.chart.AbstractChartItem
-
Packages that use AbstractChartItem Package Description org.silverpeas.core.chart Provides classes to build charts from a set of data.org.silverpeas.core.chart.period org.silverpeas.core.chart.pie -
-
Uses of AbstractChartItem in org.silverpeas.core.chart
Classes in org.silverpeas.core.chart with type parameters of type AbstractChartItem Modifier and Type Class Description class
AbstractChart<CHART_ITEM_TYPE extends AbstractChartItem>
Common implementation between each chart.Subclasses of AbstractChartItem in org.silverpeas.core.chart Modifier and Type Class Description class
AbstractAxisChartItem<XAXIS_DATA_TYPE,YAXIS_DATA_TYPE,ITEM_TYPE extends AbstractAxisChartItem<XAXIS_DATA_TYPE,YAXIS_DATA_TYPE,ITEM_TYPE>>
Methods in org.silverpeas.core.chart with type parameters of type AbstractChartItem Modifier and Type Method Description <T extends AbstractChartItem<D>>
TAbstractChartItem. addExtra(String key, String value)
Adds an extra information associated to the chart, but not necessary for the chart rendering.<T extends AbstractChartItem<D>>
TAbstractChartItem. withTitle(String title)
Sets the title that defines the item. -
Uses of AbstractChartItem in org.silverpeas.core.chart.period
Subclasses of AbstractChartItem in org.silverpeas.core.chart.period Modifier and Type Class Description class
PeriodChartItem
-
Uses of AbstractChartItem in org.silverpeas.core.chart.pie
Subclasses of AbstractChartItem in org.silverpeas.core.chart.pie Modifier and Type Class Description class
PieChartItem
-