|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.api.Point
Field Summary | |
---|---|
int |
xPosition
Returns the x-coordinate of the point. |
int |
yPosition
Returns the y-coordinate of the point. |
Constructor Summary | |
---|---|
Point()
|
|
Point(int xPosition,
int yPosition)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int xPosition
public int yPosition
Constructor Detail |
public Point()
public Point(int xPosition, int yPosition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |