Package org.pepstock.charba.client.geo
Class ChoroplethDataPoint.ChoroplethDataPointFactory
- java.lang.Object
-
- org.pepstock.charba.client.geo.ChoroplethDataPoint.ChoroplethDataPointFactory
-
- All Implemented Interfaces:
NativeObjectContainerFactory<ChoroplethDataPoint>
- Enclosing class:
- ChoroplethDataPoint
public static final class ChoroplethDataPoint.ChoroplethDataPointFactory extends Object implements NativeObjectContainerFactory<ChoroplethDataPoint>
- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChoroplethDataPoint
create(NativeObject nativeObject)
Creates a native object container instance by a native object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
create
-
-
-
-
Method Detail
-
create
public ChoroplethDataPoint create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<ChoroplethDataPoint>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
-