Ontimize 5.2071EN

com.ontimize.util.swing.layout
Class AbsoluteConstraints

java.lang.Object
  extended bycom.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
           
 
Constructor Summary
AbsoluteConstraints()
           
AbsoluteConstraints(int x, int y, int w, int h)
           
 
Method Summary
 java.lang.Object clone()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y

width

protected int width

height

protected int height
Constructor Detail

AbsoluteConstraints

public AbsoluteConstraints()

AbsoluteConstraints

public AbsoluteConstraints(int x,
                           int y,
                           int w,
                           int h)
Method Detail

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

Ontimize