uk.ac.reload.dweezil.gui.layout
Class XYConstraints
java.lang.Object
uk.ac.reload.dweezil.gui.layout.XYConstraints
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class XYConstraints
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
XY Constraints.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
XYConstraints
public XYConstraints(int x,
int y,
int width,
int height)
XYConstraints
public XYConstraints()
toString
public java.lang.String toString()
clone
public java.lang.Object clone()
equals
public boolean equals(java.lang.Object object)
hashCode
public int hashCode()
setHeight
public void setHeight(int height)
getHeight
public int getHeight()
setWidth
public void setWidth(int width)
getWidth
public int getWidth()
setY
public void setY(int y)
getY
public int getY()
setX
public void setX(int x)
getX
public int getX()