public class MappingPoint
extends java.lang.Object
| Constructor and Description |
|---|
MappingPoint(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getX()
Delivers the X coordinate.
|
int |
getY()
Delivers the Y coordinate.
|
int |
getZ()
Delivers the Z coordinate.
|
int |
hashCode() |
void |
setX(int x)
Sets the X coordinate.
|
void |
setY(int y)
Sets the Y coordinate.
|
void |
setZ(int z)
Sets the Z coordinate.
|
java.lang.String |
toString() |
public int getX()
public void setX(int x)
x - public int getY()
public void setY(int y)
y - public int getZ()
public void setZ(int z)
z - public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object