Class Box

    • Constructor Detail

      • Box

        public Box()
    • Method Detail

      • getCellSpacing

        public Viewable getCellSpacing()
      • setCellSpacing

        public void setCellSpacing​(Object cellSpacing)
      • getAxis

        public abstract int getAxis()
        Return 0 for a horizontal box; 1 for a vertical box.
      • getComponentCount

        public final int getComponentCount()
      • getComponent

        public final Viewable getComponent​(int i)
      • add

        public void add​(Viewable component)