Adds a cell without an actor.
Adds a new cell to the table with the specified actor.
Sets the alignment of the actor within the cell.
Sets the alignment of the actor within the cell to
Align.center
.
Removes the current actor for the cell, if any.
Gets the cell values that will be used as the defaults for all cells in the specified column.
Returns the defaults to use for all cells.
The cell values that will be used as the defaults for all cells.
Sets expandX and expandY to 1.
Cell.expand(boolean x,
boolean y)
Sets expandX and expandY to 1 if true, 0 if false.
Sets fillX and fillY to 1.
Sets fillX and fillY to 1 if true, 0 if false.
Cell.fill(boolean x,
boolean y)
Sets fillX and fillY to 1 if true, 0 if false.
Cell.fill(float x,
float y)
Returns the cell for the specified actor in this table, or null.
Sets expandX, expandY, fillX, and fillY to 1.
Sets expandX and fillX to 1.
Sets expandY and fillY to 1.
Sets the minHeight, prefHeight, and maxHeight to the specified value.
Sets the minHeight, prefHeight, and maxHeight to the specified value.
If the maxHeight is 0, no maximum height is used.
If the maxHeight is 0, no maximum height is used.
Sets the maxWidth and maxHeight to the specified value.
Cell.maxSize(float width,
float height)
Sets the maxWidth and maxHeight to the specified values.
Sets the maxWidth and maxHeight to the specified value.
Sets the maxWidth and maxHeight to the specified values.
If the maxWidth is 0, no maximum width is used.
If the maxWidth is 0, no maximum width is used.
Sets the minWidth and minHeight to the specified value.
Cell.minSize(float width,
float height)
Sets the minWidth and minHeight to the specified values.
Sets the minWidth and minHeight to the specified value.
Sets the minWidth and minHeight to the specified values.
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
Cell.pad(float top,
float left,
float bottom,
float right)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
Sets the prefWidth and prefHeight to the specified values.
Cell.prefSize(float width,
float height)
Sets the prefWidth and prefHeight to the specified value.
Sets the prefWidth and prefHeight to the specified value.
Sets the prefWidth and prefHeight to the specified values.
Indicates that subsequent cells should be added to a new row and returns the cell values that will be used as the defaults
for all cells in the new row.
Sets the actor in this cell and adds the actor to the cell's table.
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
Cell.size(float width,
float height)
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
Sets the spaceTop, spaceLeft, spaceBottom, and spaceRight to the specified value.
Cell.space(float top,
float left,
float bottom,
float right)
Sets the spaceTop, spaceLeft, spaceBottom, and spaceRight to the specified value.
Adds a new cell to the table with the specified actors in a
Stack
.
Sets uniformX and uniformY to true.
Sets the minWidth, prefWidth, and maxWidth to the specified value.
Sets the minWidth, prefWidth, and maxWidth to the specified value.