gnu.kawa.models
public abstract class Box extends Model implements Viewable, Serializable
| Method Summary | |
|---|---|
| void | add(Viewable component) |
| abstract int | getAxis() Return 0 for a horizontal box; 1 for a vertical box. |
| Viewable | getCellSpacing() |
| Viewable | getComponent(int i) |
| int | getComponentCount() |
| void | makeView(Display display, Object where) |
| void | setCellSpacing(Object cellSpacing) |