Serialized Form

Class ise.java.awt.KappaLayout implements Serializable

Serialized Fields

_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 _constraints

_table

java.util.Hashtable _table

_0dim

java.awt.Dimension _0dim

_components

java.util.Hashtable _components

_col_widths

int[] _col_widths

_row_heights

int[] _row_heights

_same_width_cols

java.util.Vector _same_width_cols

_same_height_rows

java.util.Vector _same_height_rows

_stretch

boolean _stretch


Class ise.java.awt.KappaLayout.Constraints implements Serializable

Serialized Fields

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


Class ise.java.awt.KappaLayout.Strut implements Serializable

Serialized Fields

_dim

java.awt.Dimension _dim

_rigid

boolean _rigid