Class AbstractReadOnlyPoint
- java.lang.Object
-
- org.pepstock.charba.client.commons.NativeObjectContainer
-
- org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
- Direct Known Subclasses:
AbstractPoint
,EventPoint
,EventPoint
public abstract class AbstractReadOnlyPoint extends NativeObjectContainer
This object is wrapping the native java script object to map a point, in READ-ONLY mode.- Author:
- Andrea "Stock" Stocchero
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractReadOnlyPoint(NativeObject nativeObject)
Creates the object with native object instance to be wrapped.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
Returns the X coordinate of the point.double
getY()
Returns the Y coordinate of the point.boolean
isConsistent()
Returnstrue
if the coordinates are consistent and notNaN
.String
toString()
-
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainer
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
-
-
-
-
Constructor Detail
-
AbstractReadOnlyPoint
protected AbstractReadOnlyPoint(NativeObject nativeObject)
Creates the object with native object instance to be wrapped.- Parameters:
nativeObject
- native object instance to be wrapped.
-
-
Method Detail
-
getX
public final double getX()
Returns the X coordinate of the point.- Returns:
- the X coordinate of the point.
-
getY
public final double getY()
Returns the Y coordinate of the point.- Returns:
- the Y coordinate of the point.
-
isConsistent
public final boolean isConsistent()
Returnstrue
if the coordinates are consistent and notNaN
.- Returns:
true
if the coordinates are consistent and notNaN
-
-