public class FillHandler extends PropertyHandler<IsFill>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FillHandler.Property
Name of properties of native object.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FillHandler(AbstractNode parent,
IsFill defaultValues,
DataEnvelop<NativeObject> envelop)
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called from data package. |
| Modifier and Type | Method and Description |
|---|---|
protected IsFill |
getFill()
Returns how to fill the area under the line.
|
protected void |
setFill(boolean fill)
Sets how to fill the area under the line.
|
protected void |
setFill(IsFill fill)
Sets how to fill the area under the line.
|
getDefaultValues, getParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParentcheckDefaultValuesArgument, empty, getArrayValue, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typeprotected FillHandler(AbstractNode parent, IsFill defaultValues, DataEnvelop<NativeObject> envelop)
data package.parent - model which contains the fill handler.defaultValues - default value of FILL to use when the property does not existenvelop - envelop of native object where FILL property must be managedprotected void setFill(boolean fill)
fill - true to fill, otherwise false.protected void setFill(IsFill fill)
fill - how to fill the area under the line.protected IsFill getFill()