Package | Description |
---|---|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
org.pepstock.charba.client.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
Modifier and Type | Method and Description |
---|---|
static <C extends ChartContext> |
ScriptableUtils.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.
|
Modifier and Type | Method and Description |
---|---|
static <C extends ChartContext> |
ScriptableUtils.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.
|
Modifier and Type | Method and Description |
---|---|
default PaddingItem |
IsDefaultPadding.create()
Creates a padding options instance using default or cloning current instance.
|
default PaddingItem |
IsDefaultPadding.create(IsDefaultPadding defaultValues)
Creates a padding options instance using default or cloning current instance.
|