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

Variable Index

 o xPosition
Returns the x-coordinate of the point.
 o yPosition
Returns the y-coordinate of the point.

Constructor Index

 o Point()
 o Point(int, int)

Variables

 o xPosition
 public int xPosition
Returns the x-coordinate of the point.

 o yPosition
 public int yPosition
Returns the y-coordinate of the point.

Constructors

 o Point
 public Point()
 o Point
 public Point(int xPosition,
              int yPosition)

All Packages  Class Hierarchy  This Package  Previous  Next  Index