Uses of Class
org.silverpeas.chart.AbstractChartItem

Packages that use AbstractChartItem
org.silverpeas.chart   
org.silverpeas.chart.period   
org.silverpeas.chart.pie   
 

Uses of AbstractChartItem in org.silverpeas.chart
 

Subclasses of AbstractChartItem in org.silverpeas.chart
 class AbstractAxisChartItem<XAXIS_DATA_TYPE,YAXIS_DATA_TYPE,ITEM_TYPE extends AbstractAxisChartItem<XAXIS_DATA_TYPE,YAXIS_DATA_TYPE,ITEM_TYPE>>
           
 

Methods in org.silverpeas.chart with type parameters of type AbstractChartItem
<T extends AbstractChartItem<DATA_TYPE>>
T
AbstractChartItem.addExtra(String key, Object value)
          Adds an extra information associated to the chart, but not necessary for the chart rendering.
<T extends AbstractChartItem<DATA_TYPE>>
T
AbstractChartItem.withTitle(String title)
          Sets the title that defines the item.
 

Uses of AbstractChartItem in org.silverpeas.chart.period
 

Subclasses of AbstractChartItem in org.silverpeas.chart.period
 class PeriodChartItem
           
 

Uses of AbstractChartItem in org.silverpeas.chart.pie
 

Subclasses of AbstractChartItem in org.silverpeas.chart.pie
 class PieChartItem
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.