Serialized Form
_preferred_width
int _preferred_width
_preferred_height
int _preferred_height
_size_unknown
boolean _size_unknown
_col_count
int _col_count
_row_count
int _row_count
_constraints
java.util.Hashtable<K,V> _constraints
_table
java.util.Hashtable<K,V> _table
_0dim
java.awt.Dimension _0dim
_components
java.util.Hashtable<K,V> _components
_col_widths
int[] _col_widths
_row_heights
int[] _row_heights
_same_width_cols
java.util.Vector<E> _same_width_cols
_same_height_rows
java.util.Vector<E> _same_height_rows
_stretch
boolean _stretch
x
int x
- start column
y
int y
- start row
w
int w
- # columns wide
h
int h
- # rows high
a
int a
- alignment within cell, see comments in KappaLayout
s
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
p
int p
- padding, same amount of blank space on all four sides of component
_dim
java.awt.Dimension _dim
_rigid
boolean _rigid
Copyright © 2000 Dale Anson, All Rights Reserved.
KappaLayout Home Page