Class SankeyDataset.DataPointFactory
- java.lang.Object
-
- org.pepstock.charba.client.sankey.SankeyDataset.DataPointFactory
-
- All Implemented Interfaces:
NativeObjectContainerFactory<SankeyDataPoint>
- Enclosing class:
- SankeyDataset
public static class SankeyDataset.DataPointFactory extends Object implements NativeObjectContainerFactory<SankeyDataPoint>
Factory to create a sankey data point from a native object, used for array container lists.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SankeyDataPoint
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 SankeyDataPoint create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<SankeyDataPoint>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
-