public final class PositionPoint extends AbstractPoint
| Constructor and Description | 
|---|
PositionPoint()
Creates an empty object. 
 | 
PositionPoint(double x)
Creates an object with X coordinate of the point 
 | 
PositionPoint(double x,
             double y)
Creates an object with X and Y coordinates of the point 
 | 
getX, getY, isConsistent, setX, setYcheckDefaultValuesArgument, empty, getArrayValue, 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, 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, typepublic PositionPoint()
public PositionPoint(double x)
x - the X coordinate of the pointpublic PositionPoint(double x,
                     double y)
x - the X coordinate of the pointy - the Y coordinate of the point