com.bea.wli.worklist.api.taskplan
Class Bounds

java.lang.Object
  extended by com.bea.wli.worklist.api.taskplan.Bounds
All Implemented Interfaces:
Serializable, Cloneable

public final class Bounds
extends Object
implements Serializable, Cloneable

Represents the bounds of a figure in a task plan diagram

See Also:
Serialized Form

Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Bounds()
           
Bounds(int x, int y, int width, int height)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

Bounds

public Bounds()

Bounds

public Bounds(int x,
              int y,
              int width,
              int height)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException