public abstract class AbstractReadOnlyPoint extends NativeObjectContainer
Modifier | Constructor and Description |
---|---|
protected |
AbstractReadOnlyPoint(NativeObject nativeObject)
Creates the object with native object instance to be wrapped.
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
Returns the X coordinate of the point.
|
double |
getY()
Returns the Y coordinate of the point.
|
boolean |
isConsistent()
Returns
true if the coordinates are consistent and not NaN . |
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
protected AbstractReadOnlyPoint(NativeObject nativeObject)
nativeObject
- native object instance to be wrapped.public final double getX()
public final double getY()
public final boolean isConsistent()
true
if the coordinates are consistent and not NaN
.true
if the coordinates are consistent and not NaN