Package org.pepstock.charba.client.items
Class LegendHitBoxItem
- java.lang.Object
-
- org.pepstock.charba.client.commons.NativeObjectContainer
-
- org.pepstock.charba.client.items.SizeItem
-
- org.pepstock.charba.client.items.LegendHitBoxItem
-
public final class LegendHitBoxItem extends SizeItem
This is a wrapper of the CHART.JS item which contains the legends hit box.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description doublegetLeft()Returns the padding left in pixel.doublegetTop()Returns the padding top in pixel.booleanisInside(NativeAbstractMouseEvent event)Returnstrueif the chart event is inside of this box, otherwisefalse.default booleanisInside(NativeBaseEvent event)Returnstrueif the chart event is inside of a chart element, otherwisefalse.default booleanisInside(HasNativeEvent container)Returnstrueif the chart event is inside of this box, otherwisefalse.-
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainer
checkAndGetColor, 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, 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, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
-
-
-
-
Method Detail
-
getLeft
public double getLeft()
Returns the padding left in pixel.- Returns:
- the padding left in pixel.
-
getTop
public double getTop()
Returns the padding top in pixel.- Returns:
- the padding top in pixel.
-
isInside
public boolean isInside(NativeAbstractMouseEvent event)
Returnstrueif the chart event is inside of this box, otherwisefalse.- Parameters:
event- event to check if inside the box- Returns:
trueif the chart event is inside of this box, otherwisefalse
-
isInside
public default boolean isInside(NativeBaseEvent event)
Returnstrueif the chart event is inside of a chart element, otherwisefalse.- Parameters:
event- event to check if inside of a chart element.- Returns:
trueif the chart event is inside a chart element, otherwisefalse
-
isInside
public default boolean isInside(HasNativeEvent container)
Returnstrueif the chart event is inside of this box, otherwisefalse.- Parameters:
container- event container to check if inside the box- Returns:
trueif the chart event is inside of this box, otherwisefalse
-
-