gnu.kawa.models

Class Column

Implemented Interfaces:
java.io.Serializable, Viewable

public class Column
extends Box
implements Viewable, java.io.Serializable

A "vertical box" container.
See Also:
Serialized Form

Method Summary

int
getAxis()
Return 0 for a horizontal box; 1 for a vertical box.

Methods inherited from class gnu.kawa.models.Box

add, getAxis, getCellSpacing, getComponent, getComponentCount, makeView, setCellSpacing

Methods inherited from class gnu.kawa.models.Model

addListener, addListener, notifyListeners

Method Details

getAxis

public int getAxis()
Return 0 for a horizontal box; 1 for a vertical box.
Overrides:
getAxis in interface Box