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.IDplugin (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.IDplugin (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 classPaddingBase object to map padding options forAnnotationPlugin.IDplugin 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>
PaddingItemScriptableUtil. 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 classPaddingMaps 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 classPaddingBase object to map padding options forDataLabelsPlugin.IDplugin 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 IsDefaultPaddingIsDefaultPointLabels. getBackdropPadding()Returns the padding of label backdrop.IsDefaultPaddingIsDefaultTicks. getBackdropPadding()Returns the padding of label backdrop.IsDefaultPaddingIsDefaultAbstractTitle. getPadding()Returns the padding to apply around labels.IsDefaultPaddingIsDefaultLayout. getPadding()Returns padding object defaults.IsDefaultPaddingIsDefaultLegendTitle. getPadding()Returns the padding to apply around title.IsDefaultPaddingIsDefaultScaleTitle. getPadding()Returns the padding defaults.IsDefaultPaddingIsDefaultTooltips. getPadding()Returns padding object defaults.Methods in org.pepstock.charba.client.defaults with parameters of type IsDefaultPadding Modifier and Type Method Description default PaddingItemIsDefaultPadding. 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 classDefaultChartPaddingDefaults for padding option element, based on chart type.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultPadding Modifier and Type Method Description IsDefaultPaddingDefaultChartPointLabels. getBackdropPadding()IsDefaultPaddingDefaultChartTicks. getBackdropPadding()IsDefaultPaddingDefaultChartLayout. getPadding()IsDefaultPaddingDefaultChartLegendTitle. getPadding()IsDefaultPaddingDefaultChartScaleTitle. getPadding()IsDefaultPaddingDefaultChartTooltips. 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 classDefaultPaddingCHART.JS default values for PADDING element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultPadding Modifier and Type Method Description IsDefaultPaddingDefaultPointLabels. getBackdropPadding()IsDefaultPaddingDefaultTicks. getBackdropPadding()IsDefaultPaddingDefaultLayout. getPadding()IsDefaultPaddingDefaultLegendTitle. getPadding()IsDefaultPaddingDefaultScaleTitle. getPadding()IsDefaultPaddingDefaultSubtitle. getPadding()IsDefaultPaddingDefaultTitle. getPadding()IsDefaultPaddingDefaultTooltips. 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 classPadding -
Uses of IsDefaultPadding in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultPadding Modifier and Type Class Description classPaddingItemPadding 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 interfaceIsPaddingInterface to map a font element.Classes in org.pepstock.charba.client.options that implement IsDefaultPadding Modifier and Type Class Description classAbstractPaddingBase class to map the padding properties of an element.classAbstractScriptablePadding<T extends ChartContext>Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to resetPaddingCallbackif theIsScriptablePaddingProviderinstance has been set with aPaddingCallback.classPaddingMaps 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 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.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.
-