|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.utils.Location
public class Location
The Class Location.
| Field Summary | |
|---|---|
float |
x
The x. |
float |
y
The y. |
float |
z
The z. |
| Constructor Summary | |
|---|---|
Location(float x,
float y,
float z)
Instantiates a new location. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
float |
getX()
Gets the x. |
float |
getY()
Gets the y. |
float |
getZ()
Gets the z. |
void |
setX(float x)
Sets the x. |
void |
setY(float y)
Sets the y. |
void |
setZ(float z)
Sets the z. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float x
public float y
public float z
| Constructor Detail |
|---|
public Location(float x,
float y,
float z)
x - the xy - the yz - the z| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic float getX()
public float getY()
public float getZ()
public void setX(float x)
x - the new xpublic void setY(float y)
y - the new ypublic void setZ(float z)
z - the new zpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||