Specifies the current row/column's columns default alignment for its components.
Specifies the indicated rows'/columns' columns default alignment for its components.
Sets the total number of rows/columns to size
.
Specifies that the current row/column's component should grow by default.
Specifies that the indicated rows'/columns' component should grow by default.
Specifies the gap size to be the default one AND moves to the next column/row.
Specifies the gap size to size
AND moves to the next column/row.
Specifies the indicated rows'/columns' gap size to size
.
Specifies the current row/column's grow weight within columns/rows with the grow priority
100f.
Specifies the current row/column's grow weight within columns/rows with the same grow priority
.
AC.grow(float w,
int... indexes)
Specifies the indicated rows'/columns' grow weight within columns/rows with the same grow priority
.
Specifies the current row/column's grow priority.
Specifies the indicated rows'/columns' grow priority.
Sets the current row/column to i
.
Specifies that the current row/column should not be grid-like.
Specifies that the indicated rows/columns should not be grid-like.
Parses the column or rows constraints.
Parses the column or rows constraints.
Specifies that the current row/column's shrink weight within the columns/rows with the shrink priority
100f.
Specifies that the current row/column's shrink weight within the columns/rows with the same shrink priority
.
AC.shrink(float w,
int... indexes)
Specifies the indicated rows'/columns' shrink weight within the columns/rows with the same shrink priority
.
Specifies the current row/column's shrink priority.
Specifies the indicated rows'/columns' shrink priority.
Specifies the current row/column's min and/or preferred and/or max size.
Specifies the indicated rows'/columns' min and/or preferred and/or max size.
Specifies that the current row/column should be put in the size group s
and will thus share the same size
constraints as the other components in the group.
Specifies that the current row/column should be put in the size group s
and will thus share the same size
constraints as the other components in the group.
Specifies that the indicated rows/columns should be put in the size group s
and will thus share the same size
constraints as the other components in the group.