|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object forms.types.Coordinate
public class Coordinate
Class point coordinate
Constructor Summary | |
---|---|
Coordinate()
|
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
void |
setX(int x)
set coordinate X |
void |
setY(int y)
set coordinate Y |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Coordinate()
Method Detail |
---|
public int getX()
public void setX(int x)
x
- coordinate Xpublic int getY()
public void setY(int y)
y
- coordinate Y
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |