Rectangle, RenderCubicBezier, RenderCurveSegment, RenderPoint, Textpublic interface Point3D
| Modifier and Type | Method | Description |
|---|---|---|
RelAbsVector |
getX() |
|
RelAbsVector |
getY() |
|
RelAbsVector |
getZ() |
|
boolean |
isSetX() |
|
boolean |
isSetY() |
|
boolean |
isSetZ() |
|
void |
setX(RelAbsVector x) |
Set the value of x
|
void |
setY(RelAbsVector y) |
Set the value of y
|
void |
setZ(RelAbsVector z) |
Set the value of z
|
boolean |
unsetX() |
Unsets the variable x
|
boolean |
unsetY() |
Unsets the variable y
|
boolean |
unsetZ() |
Unsets the variable z
|
RelAbsVector getX()
RelAbsVector getY()
RelAbsVector getZ()
boolean isSetX()
boolean isSetY()
boolean isSetZ()
void setX(RelAbsVector x)
x - void setY(RelAbsVector y)
y - void setZ(RelAbsVector z)
z - boolean unsetX()
true, if x was set before,
otherwise falseboolean unsetY()
true, if y was set before,
otherwise falseboolean unsetZ()
true, if z was set before,
otherwise falseCopyright © 2009–2022. All rights reserved.