public abstract class BaseBoxItem extends NativeObjectContainer
get methods to change java script object properties.| Modifier and Type | Method and Description |
|---|---|
int |
getBottom()
Returns the bottom of chart area.
|
int |
getLeft()
Returns the left of chart area.
|
int |
getRight()
Returns the right of chart area.
|
int |
getTop()
Returns the top of chart area.
|
boolean |
isInside(ChartNativeEvent event)
Returns
true if the chart event is inside of this box, otherwise false. |
checkValue, getArrayValue, 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 final int getTop()
UndefinedValues.INTEGER.public final int getRight()
UndefinedValues.INTEGER.public final int getBottom()
UndefinedValues.INTEGER.public final int getLeft()
UndefinedValues.INTEGER.public final boolean isInside(ChartNativeEvent event)
true if the chart event is inside of this box, otherwise false.event - event to check if inside the boxtrue if the chart event is inside of this box, otherwise false