Package 

Enum TableSizingMethod

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum TableSizingMethod
    
                        

    The sizing methods available to a table. AUTO: The table is divided evenly int tableSize/numElements sections. FIXED: Each element in the table has a predefined number of pixels regardless of what the table's dimensions actually are.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO
      FIXED