public static class KappaLayout.Constraints
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
KappaLayout.Constraints() |
public int x
public int y
public int w
public int h
public int a
public java.lang.String s
public int p
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object