com.bea.wli.worklist.api.taskplan
Class Bounds
java.lang.Object
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
Constructor Summary |
Bounds()
|
Bounds(int x,
int y,
int width,
int height)
|
x
public int x
y
public int y
width
public int width
height
public int height
Bounds
public Bounds()
Bounds
public Bounds(int x,
int y,
int width,
int height)
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