gnu.kawa.models
Class Column

java.lang.Object
  extended by gnu.kawa.models.Model
      extended by gnu.kawa.models.Box
          extended by gnu.kawa.models.Column
All Implemented Interfaces:
Viewable, java.io.Serializable

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

A "vertical box" container.

See Also:
Serialized Form

Constructor Summary
Column()
           
 
Method Summary
 int getAxis()
          Return 0 for a horizontal box; 1 for a vertical box.
 
Methods inherited from class gnu.kawa.models.Box
add, getCellSpacing, getComponent, getComponentCount, makeView, setCellSpacing
 
Methods inherited from class gnu.kawa.models.Model
addListener, addListener, notifyListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gnu.kawa.models.Viewable
makeView
 

Constructor Detail

Column

public Column()
Method Detail

getAxis

public int getAxis()
Description copied from class: Box
Return 0 for a horizontal box; 1 for a vertical box.

Specified by:
getAxis in class Box