|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectise.java.awt.KappaLayout.Constraints
public static class KappaLayout.Constraints
This class is cloneable so that users may create and reuse a Constraints object similar to how one would use a GridBagConstraints rather than the string parameters.
| Field Summary | |
|---|---|
int |
a
alignment within cell, see comments in KappaLayout |
int |
h
# rows high |
int |
p
padding, same amount of blank space on all four sides of component |
java.lang.String |
s
stretch: default is 0 (character zero, no stretch), w = width of cell, h = height of cell, wh = both width and height |
int |
w
# columns wide |
int |
x
start column |
int |
y
start row |
| Constructor Summary | |
|---|---|
KappaLayout.Constraints()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
toString()
Plain String representation of this Constraints, suitable for using as a constraints string if needed. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
public int w
public int h
public int a
public java.lang.String s
public int p
| Constructor Detail |
|---|
public KappaLayout.Constraints()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||