public abstract class AbstractPadding extends NativeObjectContainer implements IsPadding
Modifier | Constructor and Description |
---|---|
protected |
AbstractPadding(IsDefaultPadding defaultValues)
Creates an empty padding to use for chart configuration.
|
protected |
AbstractPadding(IsDefaultPadding defaultValues,
NativeObject nativeObject)
Creates a padding to use for chart configuration, wrapping a native object instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Returns the padding bottom in pixel.
|
int |
getLeft()
Returns the padding left in pixel.
|
protected NativeObject |
getObject()
Returns the native object instance.
|
int |
getRight()
Returns the padding right in pixel.
|
int |
getTop()
Returns the padding top in pixel.
|
void |
setBottom(int value)
Sets the padding bottom in pixel.
|
void |
setLeft(int value)
Sets the padding left in pixel.
|
void |
setRight(int value)
Sets the padding right in pixel.
|
void |
setTop(int value)
Sets the padding top in pixel.
|
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create
protected AbstractPadding(IsDefaultPadding defaultValues)
defaultValues
- default providerprotected AbstractPadding(IsDefaultPadding defaultValues, NativeObject nativeObject)
defaultValues
- default providernativeObject
- native object to map java script propertiespublic void setLeft(int value)
public int getLeft()
getLeft
in interface IsDefaultPadding
public void setRight(int value)
public int getRight()
getRight
in interface IsDefaultPadding
public void setTop(int value)
public int getTop()
getTop
in interface IsDefaultPadding
public void setBottom(int value)
public int getBottom()
getBottom
in interface IsDefaultPadding
protected final NativeObject getObject()