cell
Allows to customize properties of the Cell storing this actor.
Return
this actor.
Parameters
if true, expands and fills the cell vertically and horizontally. Defaults to false.
if true, expands and fills the cell horizontally. Defaults to false. Overrides grow.
if true, expands and fills the cell vertically. Defaults to false. Overrides grow.
if true, expands the cell horizontally. Overrides expand.
if true, expands the cell vertically. Overrides expand.
if true, the actor will fill the whole cell area horizontally. Overrides fill.
if true, the actor will fill the whole cell area vertically. Overrides fill.
see Cell.uniform.
see Cell.uniformX. Overrides uniform.
see Cell.uniformY. Overrides uniform.
actor alignment in the cell. See com.badlogic.gdx.utils.Align.
amount of columns taken by the cell.
sets maximum, preferred and minimum width of the cell in viewport units.
sets minimum width of the cell. Overrides width.
sets preferred width of the cell. Overrides width.
sets maximum width of the cell. Overrides width.
sets maximum, preferred and minimum height of the cell in viewport units.
sets minimum height of the cell. Overrides height.
sets preferred height of the cell. Overrides height.
sets maximum height of the cell. Overrides height.
top, left, right and bottom padding value in viewport units. Contrary to space, paddings are summed.
top padding value. Overrides pad.
left padding value. Overrides pad.
right padding value. Overrides pad.
bottom padding value. Overrides pad.
top, left, right and bottom spacing value in viewport units. Contrary to pad, spacings are not summed.
top spacing value. Overrides space.
left spacing value. Overrides space.
right spacing value. Overrides space.
bottom spacing value. Overrides space.
if true, another row of actors will be started after this cell. Defaults to false.