Sets both the alignX and alignY as the same time.
Same functionality as setAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true))
only this method returns this
for chaining multiple calls.
Strongly typed API for most common usages
Same functionality as setAlignY(ConstraintParser.parseUnitValueOrAlign(align, false))
only this method returns this
for chaining multiple calls.
Strongly typed API for most common usages
Same functionality as calling
setTopToBottom(boolean)
with
false
only this method returns
this
for chaining multiple calls.
LC.debug(int repaintMillis)
Same functionality as calling
setFillX(boolean)
with
true
only this method returns
this
for chaining multiple calls.
Same functionality as calling
setFillY(boolean)
with
true
only this method returns
this
for chaining multiple calls.
Same functionality as calling
setFlowX(boolean)
with
true
only this method returns
this
for chaining multiple calls.
Same functionality as calling
setFlowX(boolean)
with
false
only this method returns
this
for chaining multiple calls.
Sets both grid gaps at the same time.
Same functionality as setGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true))
only this method
returns this
for chaining multiple calls.
Same functionality as setGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false))
only this method
returns this
for chaining multiple calls.
The height for the container as a min and/or preferred and/or maximum height.
Strongly typed API for most common usages
Same functionality as setInsets(ConstraintParser.parseInsets(s, true))
.
Sets the different insets (expressed as a UnitValue
s, e.g.
Sets the same inset (expressed as a UnitValue
, e.g.
The maximum height for the container.
The maximum width for the container.
The minimum height for the container.
The minimum width for the container.
Same functionality as calling
setNoCache(boolean)
with
true
only this method returns
this
for chaining multiple calls.
Same functionality as calling
setNoGrid(boolean)
with
true
only this method returns
this
for chaining multiple calls.
Same functionality as calling
setVisualPadding(boolean)
with
false
only this method returns
this
for chaining multiple calls.
Short for, and thus same as, .pack("pref", "pref")
.
Sets the pack width and height.
Sets the pack width and height alignment.
Parses the layout constraints and stores the parsed values in the transient (cache) member variables.
Same functionality as setLeftToRight(false) only this method returns this
for chaining multiple calls.
Same functionality as calling
setTopToBottom(boolean)
with
true
only this method returns
this
for chaining multiple calls.
The width for the container as a min and/or preferred and/or maximum width.
Sets a wrap after the number of columns/rows that is defined in the
AC
.
Same functionality as
setWrapAfter(int)
only this method returns
this
for chaining multiple calls.