public final class ExtendedScale extends Scale
| Constructor and Description |
|---|
ExtendedScale(IsDefaultScale defaultValues)
Creates a scale with default provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCallback(AbstractTick<?,?> tick,
Key property,
CallbackProxy.Proxy proxy)
Adds a callback proxy function to tick element instance.
|
void |
setCallback(Key property,
CallbackProxy.Proxy proxy)
This method adds new callback function proxy to the element, as property of native java script object.
|
void |
setCallback(PointLabels pointLabels,
Key property,
CallbackProxy.Proxy proxy)
Adds a callback proxy function to point labels element instance.
|
getAngleLines, getBarPercentage, getBarThickness, getBounds, getCategoryPercentage, getDistribution, getGrideLines, getId, getMaxBarThickness, getPointLabels, getPosition, getScaleLabel, getTicks, getTime, getType, getWeight, isDisplay, isOffset, isStacked, setBarPercentage, setBarThickness, setBounds, setCategoryPercentage, setDisplay, setDistribution, setId, setMaxBarThickness, setOffset, setPosition, setStacked, setType, setWeightcheckAndAddToParent, getChildKey, getDefaultValues, getParent, setCallbackToModel, setEventToModelgetArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typepublic ExtendedScale(IsDefaultScale defaultValues)
defaultValues - default provider.public void setCallback(Key property, CallbackProxy.Proxy proxy)
property - property name.proxy - function proxy to activate.public void setCallback(AbstractTick<?,?> tick, Key property, CallbackProxy.Proxy proxy)
tick - tick element instance.property - property name.proxy - function proxy to activate.public void setCallback(PointLabels pointLabels, Key property, CallbackProxy.Proxy proxy)
pointLabels - point labels element instance.property - property name.proxy - function proxy to activate.