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