public class Point3D
extends java.lang.Object
Title: Point3D class
Description: XYZ Point holder
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Method and Description |
---|---|
int |
getX()
The X location in pixels.
|
int |
getY()
The Y location in pixels.
|
int |
getZ()
The Z location in pixels.
|
void |
setX(int value)
Sets the X location in pixels.
|
void |
setY(int value)
Sets the Y location in pixels.
|
void |
setZ(int value)
Sets the Z location in pixels.
|
public int getX()
public void setX(int value)
value
- intpublic int getY()
public void setY(int value)
value
- intpublic int getZ()
public void setZ(int value)
value
- int