Package org.pepstock.charba.client.items
Class LegendLabelItem.LegendLabelItemFactory
- java.lang.Object
- 
- org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
 
- 
- All Implemented Interfaces:
- NativeObjectContainerFactory<LegendLabelItem>
 - Enclosing class:
- LegendLabelItem
 
 public static class LegendLabelItem.LegendLabelItemFactory extends Object implements NativeObjectContainerFactory<LegendLabelItem> Inner class to create legend label item by a native object.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LegendLabelItemcreate(NativeObject nativeObject)Creates a native object container instance by a native object.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactorycreate
 
- 
 
- 
- 
- 
Method Detail- 
createpublic LegendLabelItem create(NativeObject nativeObject) Description copied from interface:NativeObjectContainerFactoryCreates a native object container instance by a native object.- Specified by:
- createin interface- NativeObjectContainerFactory<LegendLabelItem>
- Parameters:
- nativeObject- native object
- Returns:
- native object container element instance
 
 
- 
 
-