X - Type of x coordinateY - Type of y coordinateZ - Type of z coordinatepublic class ThreeDCoordinate<X,Y,Z> extends Coordinate<X,Y>
| Constructor and Description |
|---|
ThreeDCoordinate(X x,
Y y,
Z z) |
| Modifier and Type | Method and Description |
|---|---|
Z |
getZ() |
Boolean |
isZQuoted() |
ThreeDCoordinate<X,Y,Z> |
setZ(Z z) |
ThreeDCoordinate |
setZQuoted(Boolean isZQuoted)
If true, the z value will be put into quotes when serialized into javascript.
|
getX, getY, isXQuoted, isYQuoted, setX, setXQuoted, setY, setYQuotedpublic Z getZ()
public ThreeDCoordinate<X,Y,Z> setZ(Z z)
public Boolean isZQuoted()
public ThreeDCoordinate setZQuoted(Boolean isZQuoted)
Copyright © 2016. All rights reserved.