public abstract class BaseBoxItem extends NativeObjectContainer implements IsArea
get
methods to change java script object properties.Modifier and Type | Method and Description |
---|---|
double |
getBottom()
Returns the bottom of chart area.
|
double |
getHeight()
Returns the height in pixel.
|
double |
getLeft()
Returns the left of chart area.
|
double |
getRight()
Returns the right of chart area.
|
double |
getTop()
Returns the top of chart area.
|
double |
getWidth()
Returns the width in pixel.
|
boolean |
isInside(BaseNativeEvent event)
Returns
true if the chart event is inside of this box, otherwise false . |
checkDefaultValuesArgument, empty, getArrayValue, getElement, 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, setElement, 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, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isConsistent
public final double getTop()
public final double getRight()
public final double getBottom()
public final double getLeft()
public final double getWidth()
public final double getHeight()
public boolean isInside(BaseNativeEvent 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