Class Padding
- java.lang.Object
- 
- org.pepstock.charba.client.commons.NativeObjectContainer
- 
- org.pepstock.charba.client.options.AbstractPadding
- 
- org.pepstock.charba.client.options.AbstractScriptablePadding<DataLabelsContext>
- 
- org.pepstock.charba.client.datalabels.Padding
 
 
 
 
- 
- All Implemented Interfaces:
- IsDefaultPadding,- IsPadding
 
 public final class Padding extends AbstractScriptablePadding<DataLabelsContext> Base object to map padding options forDataLabelsPlugin.IDplugin configuration.
 It is applied to all sides of the label (left, top, right, bottom).- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_PADDINGDefault padding, 4.
 - 
Method Summary- 
Methods inherited from class org.pepstock.charba.client.options.AbstractScriptablePaddingresetCallback, setBottom, setLeft, setRight, setTop
 - 
Methods inherited from class org.pepstock.charba.client.options.AbstractPaddinggetBottom, getLeft, getObject, getRight, getTop
 - 
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainercheckAndGetColor, 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, 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, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultPaddingcreate, create
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_PADDINGpublic static final int DEFAULT_PADDING Default padding, 4.- See Also:
- Constant Field Values
 
 
- 
 
-