Package org.pepstock.charba.client.geo
Class BubbleMapDataPoint.BubbleMapDataPointFactory
- java.lang.Object
-
- org.pepstock.charba.client.geo.BubbleMapDataPoint.BubbleMapDataPointFactory
-
- All Implemented Interfaces:
NativeObjectContainerFactory<BubbleMapDataPoint>
- Enclosing class:
- BubbleMapDataPoint
public static final class BubbleMapDataPoint.BubbleMapDataPointFactory extends Object implements NativeObjectContainerFactory<BubbleMapDataPoint>
- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BubbleMapDataPoint
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 BubbleMapDataPoint create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<BubbleMapDataPoint>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
-