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 Padding
PointLabels. getBackdropPadding()
Returns the padding of label backdrop.Padding
Ticks. getBackdropPadding()
Returns the padding of label backdrop.Padding
AbstractTitle. getPadding()
Returns the padding to apply around labels.Padding
IsTitle. getPadding()
Padding
Layout. getPadding()
Returns the padding elements.Padding
LegendTitle. getPadding()
Returns the padding to apply around labels.Padding
ScaleTitle. getPadding()
Returns the padding element.Padding
Tooltips. getPadding()
Returns the padding element.protected Padding
AbstractModel. 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.
-