All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.Point
java.lang.Object
|
+----com.ibm.workflow.api.Point
- public final class Point
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
xPosition
- Returns the x-coordinate of the
point.
-
yPosition
- Returns the y-coordinate of the
point.
-
Point()
-
-
Point(int, int)
-
xPosition
public int xPosition
- Returns the x-coordinate of the
point.
yPosition
public int yPosition
- Returns the y-coordinate of the
point.
Point
public Point()
Point
public Point(int xPosition,
int yPosition)
All Packages Class Hierarchy This Package Previous Next Index