Java com.badlogic.gdx.scenes.scene2d.ui.tablelayout Table fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d.ui.tablelayout Table fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d.ui.tablelayout Table.

The text is from its open source code.

Constructor

Method

Celladd(Actor actor)
Adds a new cell to the table with the specified actor.
Tabledebug()
Turns on all debug lines.
Celldefaults()
The cell values that will be used as the defaults for all cells.
Cellrow()
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.