com.ontimize.util.swing.layout
Class AbsoluteConstraints
java.lang.Object
com.ontimize.util.swing.layout.AbsoluteConstraints
- All Implemented Interfaces:
- java.lang.Cloneable
- public class AbsoluteConstraints
- extends java.lang.Object
- implements java.lang.Cloneable
|
Field Summary |
protected int |
height
|
protected int |
width
|
protected int |
x
|
protected int |
y
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected int x
y
protected int y
width
protected int width
height
protected int height
AbsoluteConstraints
public AbsoluteConstraints()
AbsoluteConstraints
public AbsoluteConstraints(int x,
int y,
int w,
int h)
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)
clone
public java.lang.Object clone()