Class Column
java.lang.Object
gnu.kawa.models.Model
gnu.kawa.models.Box
gnu.kawa.models.Column
- All Implemented Interfaces:
Viewable, Serializable
A "vertical box" container.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAxis()Return 0 for a horizontal box; 1 for a vertical box.Methods inherited from class Box
add, getCellSpacing, getComponent, getComponentCount, makeView, setCellSpacingMethods inherited from class Model
addListener, addListener, notifyListeners
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
getAxis
-