public class Filler extends NativeObjectContainer
Modifier and Type | Class and Description |
---|---|
protected static class |
Filler.Property
Name of properties of native object.
|
Constructor and Description |
---|
Filler(NativeObject nativeObject,
IsFill defaultValue)
Creates a filler with the native object where FILL property must be managed and the default value to use when the
property does not exist.
|
Modifier and Type | Method and Description |
---|---|
protected IsFill |
getDefaultValue()
Returns the default value of FILL to use when the property does not exist.
|
IsFill |
getFill()
Returns how to fill the area under the line.
|
void |
setFill(boolean fill)
Sets how to fill the area under the line.
|
void |
setFill(int index)
Sets how to fill the area under the line, by absolute dataset index.
|
void |
setFill(IsFill fill)
Sets how to fill the area under the line.
|
void |
setFill(String index)
Sets how to fill the area under the line, by relative dataset index.
|
checkValue, empty, getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, 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, type
public Filler(NativeObject nativeObject, IsFill defaultValue)
nativeObject
- native object where FILL property must be manageddefaultValue
- default value of FILL to use when the property does not existprotected final IsFill getDefaultValue()
public void setFill(boolean fill)
fill
- true
to fill, otherwise false
.public void setFill(int index)
index
- absolute dataset index of the chart.public void setFill(String index)
index
- relative dataset index of the chart.public void setFill(IsFill fill)
fill
- how to fill the area under the line.public IsFill getFill()