Uses of Class
org.pepstock.charba.client.options.Padding
-
Packages that use Padding Package Description org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Padding in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Padding Modifier and Type Method Description PaddingPointLabels. getBackdropPadding()Returns the padding of label backdrop.PaddingTicks. getBackdropPadding()Returns the padding of label backdrop.PaddingAbstractTitle. getPadding()Returns the padding to apply around labels.PaddingIsTitle. getPadding()PaddingLayout. getPadding()Returns the padding elements.PaddingLegendTitle. getPadding()Returns the padding to apply around labels.PaddingScaleTitle. getPadding()Returns the padding element.PaddingTooltips. getPadding()Returns the padding element.protected PaddingAbstractModel. loadPadding(Key property, IsDefaultPadding defaultPadding)Loads the padding size or object from the abstract model, replacing the property, if is a number, with the object which is returned.
-