VdexReload 1.1.3 API

uk.ac.reload.dweezil.gui.layout
Class XYConstraints

java.lang.Object
  extended byuk.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

Constructor Summary
XYConstraints()
           
XYConstraints(int x, int y, int width, int height)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object object)
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XYConstraints

public XYConstraints(int x,
                     int y,
                     int width,
                     int height)

XYConstraints

public XYConstraints()
Method Detail

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()

VdexReload 1.1.3 API