Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultPadding
-
Packages that use IsDefaultPadding Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultPadding in org.pepstock.charba.client.annotation
Classes in org.pepstock.charba.client.annotation that implement IsDefaultPadding Modifier and Type Class Description class
Padding
Base object to map padding options forAnnotationPlugin.ID
plugin padding configuration.
It is applied to all sides of the label (left, top, right, bottom). -
Uses of IsDefaultPadding in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks with parameters of type IsDefaultPadding Modifier and Type Method Description static <C extends ChartContext>
PaddingItemScriptableUtils. getOptionValueAsPadding(C context, Scriptable<PaddingItem,C> callback, IsDefaultPadding defaultValue)
Returns the padding item value as value of the property by invoking a callback which is typed to a paddng item. -
Uses of IsDefaultPadding in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsDefaultPadding Modifier and Type Class Description class
Padding
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels. -
Uses of IsDefaultPadding in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsDefaultPadding Modifier and Type Class Description class
Padding
Base object to map padding options forDataLabelsPlugin.ID
plugin configuration.
It is applied to all sides of the label (left, top, right, bottom). -
Uses of IsDefaultPadding in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultPadding Modifier and Type Method Description IsDefaultPadding
IsDefaultPointLabels. getBackdropPadding()
Returns the padding of label backdrop.IsDefaultPadding
IsDefaultTicks. getBackdropPadding()
Returns the padding of label backdrop.IsDefaultPadding
IsDefaultAbstractTitle. getPadding()
Returns the padding to apply around labels.IsDefaultPadding
IsDefaultLayout. getPadding()
Returns padding object defaults.IsDefaultPadding
IsDefaultLegendTitle. getPadding()
Returns the padding to apply around title.IsDefaultPadding
IsDefaultScaleTitle. getPadding()
Returns the padding defaults.IsDefaultPadding
IsDefaultTooltips. getPadding()
Returns padding object defaults.Methods in org.pepstock.charba.client.defaults with parameters of type IsDefaultPadding Modifier and Type Method Description default PaddingItem
IsDefaultPadding. create(IsDefaultPadding defaultValues)
Creates a padding options instance using default or cloning current instance. -
Uses of IsDefaultPadding in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultPadding Modifier and Type Class Description class
DefaultChartPadding
Defaults for padding option element, based on chart type.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultPadding Modifier and Type Method Description IsDefaultPadding
DefaultChartPointLabels. getBackdropPadding()
IsDefaultPadding
DefaultChartTicks. getBackdropPadding()
IsDefaultPadding
DefaultChartLayout. getPadding()
IsDefaultPadding
DefaultChartLegendTitle. getPadding()
IsDefaultPadding
DefaultChartScaleTitle. getPadding()
IsDefaultPadding
DefaultChartTooltips. getPadding()
-
Uses of IsDefaultPadding in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultPadding Modifier and Type Class Description class
DefaultPadding
CHART.JS default values for PADDING element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultPadding Modifier and Type Method Description IsDefaultPadding
DefaultPointLabels. getBackdropPadding()
IsDefaultPadding
DefaultTicks. getBackdropPadding()
IsDefaultPadding
DefaultLayout. getPadding()
IsDefaultPadding
DefaultLegendTitle. getPadding()
IsDefaultPadding
DefaultScaleTitle. getPadding()
IsDefaultPadding
DefaultSubtitle. getPadding()
IsDefaultPadding
DefaultTitle. getPadding()
IsDefaultPadding
DefaultTooltips. getPadding()
-
Uses of IsDefaultPadding in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement IsDefaultPadding Modifier and Type Class Description class
Padding
-
Uses of IsDefaultPadding in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultPadding Modifier and Type Class Description class
PaddingItem
Padding options item to use mainly for callbacks.Constructors in org.pepstock.charba.client.items with parameters of type IsDefaultPadding Constructor Description PaddingItem(IsDefaultPadding defaultValues)
Creates an empty padding to use for chart configuration when the font is created by a callback.PaddingItem(IsDefaultPadding defaultValues, int padding)
Creates an empty padding to use for chart configuration when the font is created by a callback and setting the same size for all dimensions. -
Uses of IsDefaultPadding in org.pepstock.charba.client.options
Subinterfaces of IsDefaultPadding in org.pepstock.charba.client.options Modifier and Type Interface Description interface
IsPadding
Interface to map a font element.Classes in org.pepstock.charba.client.options that implement IsDefaultPadding Modifier and Type Class Description class
AbstractPadding
Base class to map the padding properties of an element.class
AbstractScriptablePadding<T extends ChartContext>
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to resetPaddingCallback
if theIsScriptablePaddingProvider
instance has been set with aPaddingCallback
.class
Padding
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.Methods in org.pepstock.charba.client.options with parameters of type IsDefaultPadding Modifier and Type Method Description 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.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultPadding Constructor Description AbstractPadding(AbstractNode parent, IsDefaultPadding defaultValues, NativeObject nativeObject)
Creates a padding to use for chart configuration, wrapping a native object instance.AbstractPadding(IsDefaultPadding defaultValues)
Creates an empty padding to use for chart configuration.AbstractPadding(IsDefaultPadding defaultValues, NativeObject nativeObject)
Creates a padding to use for chart configuration, wrapping a native object instance.AbstractScriptablePadding(IsScriptablePaddingProvider<T> scriptablePaddingProvider, IsDefaultPadding defaultValues)
Creates an empty padding to use for chart configuration.AbstractScriptablePadding(IsScriptablePaddingProvider<T> scriptablePaddingProvider, IsDefaultPadding defaultValues, NativeObject nativeObject)
Creates a padding to use for chart configuration, wrapping a native object instance.
-