X - Type of x coordinateY - Type of y coordinatepublic class Coordinate<X,Y> extends Object implements Serializable
| Constructor and Description |
|---|
Coordinate(X x,
Y y) |
| Modifier and Type | Method and Description |
|---|---|
X |
getX() |
Y |
getY() |
Boolean |
isXQuoted() |
Boolean |
isYQuoted() |
Coordinate<X,Y> |
setX(X x) |
Coordinate |
setXQuoted(Boolean isXQuoted)
If true, the x value will be put into quotes when serialized into javascript.
|
Coordinate<X,Y> |
setY(Y y) |
Coordinate |
setYQuoted(Boolean isYQuoted)
If true, the y value will be put into quotes when serialized into javascript.
|
public X getX()
public Y getY()
public Coordinate<X,Y> setX(X x)
public Coordinate<X,Y> setY(Y y)
public Boolean isXQuoted()
public Coordinate setXQuoted(Boolean isXQuoted)
public Boolean isYQuoted()
public Coordinate setYQuoted(Boolean isYQuoted)
Copyright © 2016. All rights reserved.