com.ibm.workflow.api
Class Point

java.lang.Object
  |
  +--com.ibm.workflow.api.Point
All Implemented Interfaces:
java.io.Serializable

public final class Point
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

xPosition

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


yPosition

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

Constructor Detail

Point

public Point()

Point

public Point(int xPosition,
             int yPosition)


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.