Class Row

All Implemented Interfaces:
Viewable, Serializable

public class Row extends Box implements Viewable
A "horizontal box" container.
See Also:
  • Constructor Details

    • Row

      public Row()
  • Method Details

    • 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