-
- 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.
-
-
Method Summary
Modifier and Type Method Description static Array<TableSizingMethod>
values()
static TableSizingMethod
valueOf(String name)
-
-
Method Detail
-
values
static Array<TableSizingMethod> values()
-
valueOf
static TableSizingMethod valueOf(String name)
-
-
-
-