Package org.pepstock.charba.client.items
Interface ChartElementFactory
- 
- All Superinterfaces:
- NativeObjectContainerFactory<ChartElement>
 
 public interface ChartElementFactory extends NativeObjectContainerFactory<ChartElement> Maps the methods to implement an factory to mapChartElement, used by each controlloer to draw the chart.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartElementOptionscreateOptions(ChartElement parent, NativeObject nativeObject)Creates aChartElementOptionsinstance by a native object.StringgetType()Returns the type of theChartElement.- 
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactorycreate, create
 
- 
 
- 
- 
- 
Method Detail- 
getTypeString getType() Returns the type of theChartElement.- Returns:
- the type of the ChartElement
 
 - 
createOptionsChartElementOptions createOptions(ChartElement parent, NativeObject nativeObject) Creates aChartElementOptionsinstance by a native object.- Parameters:
- parent- chart element where the options belong to
- nativeObject- native object
- Returns:
- a ChartElementOptionsinstance by a native object
 
 
- 
 
-