org.montsuqi.widgets
Class LatticeConstraints
java.lang.Object
org.montsuqi.widgets.LatticeConstraints
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class LatticeConstraints
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
Layout constraints used in LatticeLayout.
- See Also:
- Serialized Form
|
Constructor Summary |
LatticeConstraints()
|
LatticeConstraints(int x,
int y,
int width,
int height)
|
LatticeConstraints(int x,
int y,
int width,
int height,
java.awt.Insets insets)
|
LatticeConstraints(int x,
int y,
int width,
int height,
int fill,
int adjust,
java.awt.Insets insets)
|
LatticeConstraints(int x,
int y,
int width,
int height,
int halign,
int valign,
int fill,
int adjust,
java.awt.Insets insets)
|
LatticeConstraints(int x,
int y,
int width,
int height,
int halign,
int valign,
int fill,
int adjust,
int top,
int left,
int bottom,
int right)
|
|
Method Summary |
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
width
public int width
height
public int height
halign
public int halign
valign
public int valign
fill
public int fill
shrink
public int shrink
left
public int left
right
public int right
top
public int top
bottom
public int bottom
NONE
public static final int NONE
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
LatticeConstraints
public LatticeConstraints()
LatticeConstraints
public LatticeConstraints(int x,
int y,
int width,
int height)
LatticeConstraints
public LatticeConstraints(int x,
int y,
int width,
int height,
java.awt.Insets insets)
LatticeConstraints
public LatticeConstraints(int x,
int y,
int width,
int height,
int fill,
int adjust,
java.awt.Insets insets)
LatticeConstraints
public LatticeConstraints(int x,
int y,
int width,
int height,
int halign,
int valign,
int fill,
int adjust,
java.awt.Insets insets)
LatticeConstraints
public LatticeConstraints(int x,
int y,
int width,
int height,
int halign,
int valign,
int fill,
int adjust,
int top,
int left,
int bottom,
int right)
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object