org.enhydra.dods.wizard
Class XYConstraints
java.lang.Object
org.enhydra.dods.wizard.XYConstraints
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class XYConstraints
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
XYConstraints
public XYConstraints()
XYConstraints
public XYConstraints(int x,
int y,
int width,
int height)
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object that)
clone
public java.lang.Object clone()
toString
public java.lang.String toString()