<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:40 CET 2013 -->
<title>Table (libgdx API)
</title>
<meta name="date" content="2013-11-03">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Table (libgdx API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.
</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview
</a></li>
<li><a href="package-summary.html">Package
</a></li>
<li class="navBarCell1Rev">Class
</li>
<li><a href="class-use/Table.html">Use
</a></li>
<li><a href="package-tree.html">Tree
</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../../../index-all.html">Index
</a></li>
<li><a href="../../../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>
libgdx API
<style>
body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold }
.TableHeadingColor { background:#EEEEFF; }
a { text-decoration:none }
a:hover { text-decoration:underline }
a:link, a:visited { color:blue }
table { border:0px }
.TableRowColor td:first-child { border-left:1px solid black }
.TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
hr { border:0px; border-bottom:1px solid #333366; }
</style>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Stack.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><span class="strong">Prev Class
</span></a></li>
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/TableToolkit.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><span class="strong">Next Class
</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/scenes/scene2d/ui/Table.html" target="_top">Frames
</a></li>
<li><a href="Table.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:
</li>
<li>Nested
|
</li>
<li>Field
|
</li>
<li><a href="#constructor_summary">Constr
</a> |
</li>
<li><a href="#method_summary">Method
</a></li>
</ul>
<ul class="subNavList">
<li>Detail:
</li>
<li>Field
|
</li>
<li><a href="#constructor_detail">Constr
</a> |
</li>
<li><a href="#method_detail">Method
</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.badlogic.gdx.scenes.scene2d.ui
</div>
<h2 title="Class Table" class="title">Class Table
</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object
</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">com.badlogic.gdx.scenes.scene2d.Actor
</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html" title="class in com.badlogic.gdx.scenes.scene2d">com.badlogic.gdx.scenes.scene2d.Group
</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup
</a></li>
<li>
<ul class="inheritance">
<li>com.badlogic.gdx.scenes.scene2d.ui.Table
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:
</dt>
<dd><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Cullable.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Cullable
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:
</dt>
<dd><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Button.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Button
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Window.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Window
</a></dd>
</dl>
<hr>
<br>
<pre>public class
<span class="strong">Table
</span>
extends
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></pre>
<div class="block">A group that sizes and positions children using table constraints. By default,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getTouchable()"><code>Actor.getTouchable()
</code></a> is
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Touchable.html#childrenOnly"><code>Touchable.childrenOnly
</code></a>.
<p>
The preferred and minimum sizes are that of the children when laid out in columns and rows.
</div>
<dl><dt><span class="strong">Author:
</span></dt>
<dd>Nathan Sweet
</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description
</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table()">Table
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)">Table
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Skin.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Skin
</a> skin)
</code>
<div class="block">Creates a table with a skin, which enables the
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String)"><code>add(String)
</code></a> and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String, java.lang.String)"><code>add(String, String)
</code></a> methods to be used.
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type
</th>
<th class="colLast" scope="col">Method and Description
</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add()">add
</a></strong>()
</code>
<div class="block">Adds a cell without a widget.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(com.badlogic.gdx.scenes.scene2d.Actor)">add
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</code>
<div class="block">Adds a new cell to the table with the specified actor.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String)">add
</a></strong>(java.lang.String
text)
</code>
<div class="block">Adds a new cell with a label.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String, java.lang.String)">add
</a></strong>(java.lang.String
text,
java.lang.String
labelStyleName)
</code>
<div class="block">Adds a new cell with a label.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String, java.lang.String, com.badlogic.gdx.graphics.Color)">add
</a></strong>(java.lang.String
text,
java.lang.String
fontName,
<a href="../../../../../../com/badlogic/gdx/graphics/Color.html" title="class in com.badlogic.gdx.graphics">Color
</a> color)
</code>
<div class="block">Adds a new cell with a label.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String, java.lang.String, java.lang.String)">add
</a></strong>(java.lang.String
text,
java.lang.String
fontName,
java.lang.String
colorName)
</code>
<div class="block">Adds a new cell with a label.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#align(int)">align
</a></strong>(int
align)
</code>
<div class="block">Sets the alignment of the logical table within the table widget.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#bottom()">bottom
</a></strong>()
</code>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#bottom"><code>Align.bottom
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#top"><code>Align.top
</code></a> for the alignment of the logical table within the table widget.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#center()">center
</a></strong>()
</code>
<div class="block">Sets the alignment of the logical table within the table widget to
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#center"><code>Align.center
</code></a>.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#clearChildren()">clearChildren
</a></strong>()
</code>
<div class="block">Removes all actors and cells from the table.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#columnDefaults(int)">columnDefaults
</a></strong>(int
column)
</code>
<div class="block">Gets the cell values that will be used as the defaults for all cells in the specified column.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#debug()">debug
</a></strong>()
</code>
<div class="block">Turns on all debug lines.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#debug(Debug)">debug
</a></strong>(Debug
debug)
</code>
<div class="block">Turns on debug lines.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#debugCell()">debugCell
</a></strong>()
</code>
<div class="block">Turns on cell debug lines.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#debugTable()">debugTable
</a></strong>()
</code>
<div class="block">Turns on table debug lines.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#debugWidget()">debugWidget
</a></strong>()
</code>
<div class="block">Turns on widget debug lines.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#defaults()">defaults
</a></strong>()
</code>
<div class="block">The cell values that will be used as the defaults for all cells.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#draw(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">draw
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/graphics/g2d/SpriteBatch.html" title="class in com.badlogic.gdx.graphics.g2d">SpriteBatch
</a> batch,
float
parentAlpha)
</code>
<div class="block">If this method is overridden, the super method or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#validate()"><code>WidgetGroup.validate()
</code></a> should be called to ensure the widget group is laid
out.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#drawBackground(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">drawBackground
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/graphics/g2d/SpriteBatch.html" title="class in com.badlogic.gdx.graphics.g2d">SpriteBatch
</a> batch,
float
parentAlpha)
</code>
<div class="block">Called to draw the background, before clipping is applied (if enabled).
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#drawDebug(com.badlogic.gdx.scenes.scene2d.Stage)">drawDebug
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Stage.html" title="class in com.badlogic.gdx.scenes.scene2d">Stage
</a> stage)
</code>
<div class="block">Draws the debug lines for all tables in the stage.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getAlign()">getAlign
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Drawable
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getBackground()">getBackground
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getCell(com.badlogic.gdx.scenes.scene2d.Actor)">getCell
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</code>
<div class="block">Returns the cell for the specified widget in this table, or null.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List
<Cell
></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getCells()">getCells
</a></strong>()
</code>
<div class="block">Returns the cells for this table.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getClip()">getClip
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Debug
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getDebug()">getDebug
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getMinHeight()">getMinHeight
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getMinWidth()">getMinWidth
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadBottom()">getPadBottom
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Value
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadBottomValue()">getPadBottomValue
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadLeft()">getPadLeft
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Value
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadLeftValue()">getPadLeftValue
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadRight()">getPadRight
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Value
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadRightValue()">getPadRightValue
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadTop()">getPadTop
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>Value
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadTopValue()">getPadTopValue
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadX()">getPadX
</a></strong>()
</code>
<div class="block">Returns
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadLeft()"><code>getPadLeft()
</code></a> plus
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadRight()"><code>getPadRight()
</code></a>.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadY()">getPadY
</a></strong>()
</code>
<div class="block">Returns
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadTop()"><code>getPadTop()
</code></a> plus
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadBottom()"><code>getPadBottom()
</code></a>.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPrefHeight()">getPrefHeight
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPrefWidth()">getPrefWidth
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getRow(float)">getRow
</a></strong>(float
y)
</code>
<div class="block">Returns the row index for the y coordinate.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#hit(float, float, boolean)">hit
</a></strong>(float
x,
float
y,
boolean
touchable)
</code>
<div class="block">Returns the deepest actor that contains the specified point and is
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getTouchable()"><code>touchable
</code></a> and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#isVisible()"><code>visible
</code></a>, or null if no actor was hit.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#invalidate()">invalidate
</a></strong>()
</code>
<div class="block">Invalidates this actor's layout, causing
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#layout()"><code>Layout.layout()
</code></a> to happen the next time
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#validate()"><code>Layout.validate()
</code></a> is called.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#layout()">layout
</a></strong>()
</code>
<div class="block">Computes and caches any information needed for drawing and, if this actor has children, positions and sizes each child,
calls
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#invalidate()"><code>Layout.invalidate()
</code></a> any each child whose width or height has changed, and calls
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#validate()"><code>Layout.validate()
</code></a> on each child.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#left()">left
</a></strong>()
</code>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#left"><code>Align.left
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#right"><code>Align.right
</code></a> for the alignment of the logical table within the table widget.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#pad(Value)">pad
</a></strong>(Value
pad)
</code>
<div class="block">Sets the padTop, padLeft, padBottom, and padRight around the table to the specified value.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#pad(Value, Value, Value, Value)">pad
</a></strong>(Value
top,
Value
left,
Value
bottom,
Value
right)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#padBottom(Value)">padBottom
</a></strong>(Value
padBottom)
</code>
<div class="block">Padding at the bottom edge of the table.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#padLeft(Value)">padLeft
</a></strong>(Value
padLeft)
</code>
<div class="block">Padding at the left edge of the table.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#padRight(Value)">padRight
</a></strong>(Value
padRight)
</code>
<div class="block">Padding at the right edge of the table.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#padTop(Value)">padTop
</a></strong>(Value
padTop)
</code>
<div class="block">Padding at the top edge of the table.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#removeActor(com.badlogic.gdx.scenes.scene2d.Actor)">removeActor
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</code>
<div class="block">Removes an actor from this group.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#reset()">reset
</a></strong>()
</code>
<div class="block">Removes all actors and cells from the table (same as
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#clearChildren()"><code>clearChildren()
</code></a>) and additionally resets all table properties
and cell, column, and row defaults.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#right()">right
</a></strong>()
</code>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#right"><code>Align.right
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#left"><code>Align.left
</code></a> for the alignment of the logical table within the table widget.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#row()">row
</a></strong>()
</code>
<div class="block">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.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setBackground(com.badlogic.gdx.scenes.scene2d.utils.Drawable)">setBackground
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Drawable
</a> background)
</code>
<div class="block">Sets the background drawable and sets the table's padding to
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getBottomHeight()"><code>Drawable.getBottomHeight()
</code></a> ,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getTopHeight()"><code>Drawable.getTopHeight()
</code></a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getLeftWidth()"><code>Drawable.getLeftWidth()
</code></a>, and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getRightWidth()"><code>Drawable.getRightWidth()
</code></a>.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setBackground(java.lang.String)">setBackground
</a></strong>(java.lang.String
drawableName)
</code>
<div class="block">Sets the background drawable from the skin.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setClip(boolean)">setClip
</a></strong>(boolean
enabled)
</code>
<div class="block">Causes the contents to be clipped if they exceed the table widget bounds.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setRound(boolean)">setRound
</a></strong>(boolean
round)
</code>
<div class="block">If true (the default), positions and sizes are rounded to integers.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)">setSkin
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Skin.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Skin
</a> skin)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>Cell
</code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#stack(com.badlogic.gdx.scenes.scene2d.Actor...)">stack
</a></strong>(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a>...
actors)
</code>
<div class="block">Adds a new cell to the table with the specified actors in a
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Stack.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Stack
</code></a>.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#top()">top
</a></strong>()
</code>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#top"><code>Align.top
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#bottom"><code>Align.bottom
</code></a> for the alignment of the logical table within the table widget.
</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup">
<!-- -->
</a>
<h3>Methods inherited from class
com.badlogic.gdx.scenes.scene2d.ui.
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></h3>
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#childrenChanged()">childrenChanged
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getMaxHeight()">getMaxHeight
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getMaxWidth()">getMaxWidth
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#invalidateHierarchy()">invalidateHierarchy
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#needsLayout()">needsLayout
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#pack()">pack
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#setFillParent(boolean)">setFillParent
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#setLayoutEnabled(boolean)">setLayoutEnabled
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#sizeChanged()">sizeChanged
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#validate()">validate
</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.badlogic.gdx.scenes.scene2d.Group">
<!-- -->
</a>
<h3>Methods inherited from class
com.badlogic.gdx.scenes.scene2d.
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html" title="class in com.badlogic.gdx.scenes.scene2d">Group
</a></h3>
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#act(float)">act
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#addActor(com.badlogic.gdx.scenes.scene2d.Actor)">addActor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#addActorAfter(com.badlogic.gdx.scenes.scene2d.Actor, com.badlogic.gdx.scenes.scene2d.Actor)">addActorAfter
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#addActorAt(int, com.badlogic.gdx.scenes.scene2d.Actor)">addActorAt
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#addActorBefore(com.badlogic.gdx.scenes.scene2d.Actor, com.badlogic.gdx.scenes.scene2d.Actor)">addActorBefore
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#applyTransform(com.badlogic.gdx.graphics.g2d.SpriteBatch, com.badlogic.gdx.math.Matrix4)">applyTransform
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#clear()">clear
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#computeTransform()">computeTransform
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#drawChildren(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">drawChildren
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#findActor(java.lang.String)">findActor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#getChildren()">getChildren
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#hasChildren()">hasChildren
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#isTransform()">isTransform
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#localToDescendantCoordinates(com.badlogic.gdx.scenes.scene2d.Actor, com.badlogic.gdx.math.Vector2)">localToDescendantCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#print()">print
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#resetTransform(com.badlogic.gdx.graphics.g2d.SpriteBatch)">resetTransform
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#setCullingArea(com.badlogic.gdx.math.Rectangle)">setCullingArea
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#setStage(com.badlogic.gdx.scenes.scene2d.Stage)">setStage
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#setTransform(boolean)">setTransform
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#swapActor(com.badlogic.gdx.scenes.scene2d.Actor, com.badlogic.gdx.scenes.scene2d.Actor)">swapActor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#swapActor(int, int)">swapActor
</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.badlogic.gdx.scenes.scene2d.Actor">
<!-- -->
</a>
<h3>Methods inherited from class
com.badlogic.gdx.scenes.scene2d.
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a></h3>
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#addAction(com.badlogic.gdx.scenes.scene2d.Action)">addAction
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#addCaptureListener(com.badlogic.gdx.scenes.scene2d.EventListener)">addCaptureListener
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#addListener(com.badlogic.gdx.scenes.scene2d.EventListener)">addListener
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clearActions()">clearActions
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clearListeners()">clearListeners
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clipBegin()">clipBegin
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clipBegin(float, float, float, float)">clipBegin
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clipEnd()">clipEnd
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#fire(com.badlogic.gdx.scenes.scene2d.Event)">fire
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getActions()">getActions
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getCaptureListeners()">getCaptureListeners
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getColor()">getColor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getHeight()">getHeight
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getListeners()">getListeners
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getName()">getName
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getOriginX()">getOriginX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getOriginY()">getOriginY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getParent()">getParent
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getRight()">getRight
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getRotation()">getRotation
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getScaleX()">getScaleX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getScaleY()">getScaleY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getStage()">getStage
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getTop()">getTop
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getTouchable()">getTouchable
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getWidth()">getWidth
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getX()">getX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getY()">getY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getZIndex()">getZIndex
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#hasParent()">hasParent
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#isAscendantOf(com.badlogic.gdx.scenes.scene2d.Actor)">isAscendantOf
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#isDescendantOf(com.badlogic.gdx.scenes.scene2d.Actor)">isDescendantOf
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#isVisible()">isVisible
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#localToAscendantCoordinates(com.badlogic.gdx.scenes.scene2d.Actor, com.badlogic.gdx.math.Vector2)">localToAscendantCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#localToParentCoordinates(com.badlogic.gdx.math.Vector2)">localToParentCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#localToStageCoordinates(com.badlogic.gdx.math.Vector2)">localToStageCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#notify(com.badlogic.gdx.scenes.scene2d.Event, boolean)">notify
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#parentToLocalCoordinates(com.badlogic.gdx.math.Vector2)">parentToLocalCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#remove()">remove
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#removeAction(com.badlogic.gdx.scenes.scene2d.Action)">removeAction
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#removeCaptureListener(com.badlogic.gdx.scenes.scene2d.EventListener)">removeCaptureListener
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#removeListener(com.badlogic.gdx.scenes.scene2d.EventListener)">removeListener
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#rotate(float)">rotate
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#scale(float)">scale
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#scale(float, float)">scale
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#screenToLocalCoordinates(com.badlogic.gdx.math.Vector2)">screenToLocalCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setBounds(float, float, float, float)">setBounds
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setColor(com.badlogic.gdx.graphics.Color)">setColor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setColor(float, float, float, float)">setColor
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setHeight(float)">setHeight
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setName(java.lang.String)">setName
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setOrigin(float, float)">setOrigin
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setOriginX(float)">setOriginX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setOriginY(float)">setOriginY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setParent(com.badlogic.gdx.scenes.scene2d.Group)">setParent
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setPosition(float, float)">setPosition
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setRotation(float)">setRotation
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setScale(float)">setScale
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setScale(float, float)">setScale
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setScaleX(float)">setScaleX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setScaleY(float)">setScaleY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setSize(float, float)">setSize
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setTouchable(com.badlogic.gdx.scenes.scene2d.Touchable)">setTouchable
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setVisible(boolean)">setVisible
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setWidth(float)">setWidth
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setX(float)">setX
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setY(float)">setY
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setZIndex(int)">setZIndex
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#size(float)">size
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#size(float, float)">size
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#stageToLocalCoordinates(com.badlogic.gdx.math.Vector2)">stageToLocalCoordinates
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#toBack()">toBack
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#toFront()">toFront
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#toString()">toString
</a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#translate(float, float)">translate
</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class
java.lang.Object
</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail
</h3>
<a name="Table()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Table
</h4>
<pre>public
Table()
</pre>
</li>
</ul>
<a name="Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Table
</h4>
<pre>public
Table(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Skin.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Skin
</a> skin)
</pre>
<div class="block">Creates a table with a skin, which enables the
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String)"><code>add(String)
</code></a> and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#add(java.lang.String, java.lang.String)"><code>add(String, String)
</code></a> methods to be used.
</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail
</h3>
<a name="draw(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>draw
</h4>
<pre>public
void
draw(
<a href="../../../../../../com/badlogic/gdx/graphics/g2d/SpriteBatch.html" title="class in com.badlogic.gdx.graphics.g2d">SpriteBatch
</a> batch,
float
parentAlpha)
</pre>
<div class="block"><strong>Description copied from class:
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#draw(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">WidgetGroup
</a></code></strong></div>
<div class="block">If this method is overridden, the super method or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#validate()"><code>WidgetGroup.validate()
</code></a> should be called to ensure the widget group is laid
out.
</div>
<dl>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#draw(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">draw
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
<dd><code>parentAlpha
</code> - Should be multiplied with the actor's alpha, allowing a parent's alpha to affect all children.
</dd></dl>
</li>
</ul>
<a name="drawBackground(com.badlogic.gdx.graphics.g2d.SpriteBatch, float)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawBackground
</h4>
<pre>protected
void
drawBackground(
<a href="../../../../../../com/badlogic/gdx/graphics/g2d/SpriteBatch.html" title="class in com.badlogic.gdx.graphics.g2d">SpriteBatch
</a> batch,
float
parentAlpha)
</pre>
<div class="block">Called to draw the background, before clipping is applied (if enabled). Default implementation draws the background
drawable.
</div>
</li>
</ul>
<a name="invalidate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invalidate
</h4>
<pre>public
void
invalidate()
</pre>
<div class="block"><strong>Description copied from interface:
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#invalidate()">Layout
</a></code></strong></div>
<div class="block">Invalidates this actor's layout, causing
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#layout()"><code>Layout.layout()
</code></a> to happen the next time
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#validate()"><code>Layout.validate()
</code></a> is called. This
method should be called when state changes in the actor that requires a layout but does not change the minimum, preferred,
maximum, or actual size of the actor (meaning it does not affect the parent actor's layout).
</div>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#invalidate()">invalidate
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#invalidate()">invalidate
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="getPrefWidth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrefWidth
</h4>
<pre>public
float
getPrefWidth()
</pre>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#getPrefWidth()">getPrefWidth
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getPrefWidth()">getPrefWidth
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="getPrefHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrefHeight
</h4>
<pre>public
float
getPrefHeight()
</pre>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#getPrefHeight()">getPrefHeight
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getPrefHeight()">getPrefHeight
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="getMinWidth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinWidth
</h4>
<pre>public
float
getMinWidth()
</pre>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#getMinWidth()">getMinWidth
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getMinWidth()">getMinWidth
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="getMinHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinHeight
</h4>
<pre>public
float
getMinHeight()
</pre>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#getMinHeight()">getMinHeight
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#getMinHeight()">getMinHeight
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="setBackground(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBackground
</h4>
<pre>public
void
setBackground(java.lang.String
drawableName)
</pre>
<div class="block">Sets the background drawable from the skin. This may only be called if
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>Table(Skin)
</code></a> or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>setSkin(Skin)
</code></a>
was used.
</div>
</li>
</ul>
<a name="setBackground(com.badlogic.gdx.scenes.scene2d.utils.Drawable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBackground
</h4>
<pre>public
void
setBackground(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Drawable
</a> background)
</pre>
<div class="block">Sets the background drawable and sets the table's padding to
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getBottomHeight()"><code>Drawable.getBottomHeight()
</code></a> ,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getTopHeight()"><code>Drawable.getTopHeight()
</code></a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getLeftWidth()"><code>Drawable.getLeftWidth()
</code></a>, and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html#getRightWidth()"><code>Drawable.getRightWidth()
</code></a>.
</div>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>background
</code> - If null, the background will be cleared and all padding is removed.
</dd></dl>
</li>
</ul>
<a name="getBackground()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBackground
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Drawable.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Drawable
</a> getBackground()
</pre>
</li>
</ul>
<a name="hit(float, float, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hit
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> hit(float
x,
float
y,
boolean
touchable)
</pre>
<div class="block"><strong>Description copied from class:
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#hit(float, float, boolean)">Actor
</a></code></strong></div>
<div class="block">Returns the deepest actor that contains the specified point and is
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#getTouchable()"><code>touchable
</code></a> and
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#isVisible()"><code>visible
</code></a>, or null if no actor was hit. The point is specified in the actor's local coordinate system (0,0
is the bottom left of the actor and width,height is the upper right).
<p>
This method is used to delegate touchDown, mouse, and enter/exit events. If this method returns null, those events will not
occur on this Actor.
<p>
The default implementation returns this actor if the point is within this actor's bounds.
</div>
<dl>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#hit(float, float, boolean)">hit
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html" title="class in com.badlogic.gdx.scenes.scene2d">Group
</a></code></dd>
<dd><code>touchable
</code> - If true, the hit detection will respect the
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#setTouchable(com.badlogic.gdx.scenes.scene2d.Touchable)"><code>touchability
</code></a>.
</dd><dt><span class="strong">See Also:
</span></dt><dd><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Touchable.html" title="enum in com.badlogic.gdx.scenes.scene2d"><code>Touchable
</code></a></dd></dl>
</li>
</ul>
<a name="setClip(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClip
</h4>
<pre>public
void
setClip(boolean
enabled)
</pre>
<div class="block">Causes the contents to be clipped if they exceed the table widget bounds. Enabling clipping will set
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#setTransform(boolean)"><code>Group.setTransform(boolean)
</code></a> to true.
</div>
</li>
</ul>
<a name="getClip()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClip
</h4>
<pre>public
boolean
getClip()
</pre>
</li>
</ul>
<a name="getRow(float)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRow
</h4>
<pre>public
int
getRow(float
y)
</pre>
<div class="block">Returns the row index for the y coordinate.
</div>
</li>
</ul>
<a name="clearChildren()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearChildren
</h4>
<pre>public
void
clearChildren()
</pre>
<div class="block">Removes all actors and cells from the table.
</div>
<dl>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#clearChildren()">clearChildren
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html" title="class in com.badlogic.gdx.scenes.scene2d">Group
</a></code></dd>
</dl>
</li>
</ul>
<a name="add(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add(java.lang.String
text)
</pre>
<div class="block">Adds a new cell with a label. This may only be called if
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>Table(Skin)
</code></a> or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>setSkin(Skin)
</code></a> was used.
</div>
</li>
</ul>
<a name="add(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add(java.lang.String
text,
java.lang.String
labelStyleName)
</pre>
<div class="block">Adds a new cell with a label. This may only be called if
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>Table(Skin)
</code></a> or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>setSkin(Skin)
</code></a> was used.
</div>
</li>
</ul>
<a name="add(java.lang.String, java.lang.String, com.badlogic.gdx.graphics.Color)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add(java.lang.String
text,
java.lang.String
fontName,
<a href="../../../../../../com/badlogic/gdx/graphics/Color.html" title="class in com.badlogic.gdx.graphics">Color
</a> color)
</pre>
<div class="block">Adds a new cell with a label. This may only be called if
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>Table(Skin)
</code></a> or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>setSkin(Skin)
</code></a> was used.
</div>
</li>
</ul>
<a name="add(java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add(java.lang.String
text,
java.lang.String
fontName,
java.lang.String
colorName)
</pre>
<div class="block">Adds a new cell with a label. This may only be called if
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#Table(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>Table(Skin)
</code></a> or
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)"><code>setSkin(Skin)
</code></a> was used.
</div>
</li>
</ul>
<a name="add()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add()
</pre>
<div class="block">Adds a cell without a widget.
</div>
</li>
</ul>
<a name="add(com.badlogic.gdx.scenes.scene2d.Actor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add
</h4>
<pre>public
Cell
add(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</pre>
<div class="block">Adds a new cell to the table with the specified actor.
</div>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>actor
</code> - May be null to add a cell without an actor.
</dd></dl>
</li>
</ul>
<a name="removeActor(com.badlogic.gdx.scenes.scene2d.Actor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeActor
</h4>
<pre>public
boolean
removeActor(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</pre>
<div class="block"><strong>Description copied from class:
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#removeActor(com.badlogic.gdx.scenes.scene2d.Actor)">Group
</a></code></strong></div>
<div class="block">Removes an actor from this group. If the actor will not be used again and has actions, they should be
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html#clearActions()"><code>cleared
</code></a> so the actions will be returned to their
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Action.html#setPool(com.badlogic.gdx.utils.Pool)"><code>pool
</code></a>, if any. This is not done automatically.
</div>
<dl>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html#removeActor(com.badlogic.gdx.scenes.scene2d.Actor)">removeActor
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Group.html" title="class in com.badlogic.gdx.scenes.scene2d">Group
</a></code></dd>
</dl>
</li>
</ul>
<a name="stack(com.badlogic.gdx.scenes.scene2d.Actor...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stack
</h4>
<pre>public
Cell
stack(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a>...
actors)
</pre>
<div class="block">Adds a new cell to the table with the specified actors in a
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Stack.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><code>Stack
</code></a>.
</div>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>actors
</code> - May be null to add a stack without any actors.
</dd></dl>
</li>
</ul>
<a name="row()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>row
</h4>
<pre>public
Cell
row()
</pre>
<div class="block">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.
</div>
</li>
</ul>
<a name="columnDefaults(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnDefaults
</h4>
<pre>public
Cell
columnDefaults(int
column)
</pre>
<div class="block">Gets the cell values that will be used as the defaults for all cells in the specified column. Columns are indexed starting
at 0.
</div>
</li>
</ul>
<a name="defaults()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defaults
</h4>
<pre>public
Cell
defaults()
</pre>
<div class="block">The cell values that will be used as the defaults for all cells.
</div>
</li>
</ul>
<a name="layout()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>layout
</h4>
<pre>public
void
layout()
</pre>
<div class="block"><strong>Description copied from interface:
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#layout()">Layout
</a></code></strong></div>
<div class="block">Computes and caches any information needed for drawing and, if this actor has children, positions and sizes each child,
calls
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#invalidate()"><code>Layout.invalidate()
</code></a> any each child whose width or height has changed, and calls
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#validate()"><code>Layout.validate()
</code></a> on each child.
This method should almost never be called directly, instead
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#validate()"><code>Layout.validate()
</code></a> should be used.
</div>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html#layout()">layout
</a></code> in interface
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Layout.html" title="interface in com.badlogic.gdx.scenes.scene2d.utils">Layout
</a></code></dd>
<dt><strong>Overrides:
</strong></dt>
<dd><code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html#layout()">layout
</a></code> in class
<code><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">WidgetGroup
</a></code></dd>
</dl>
</li>
</ul>
<a name="reset()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reset
</h4>
<pre>public
void
reset()
</pre>
<div class="block">Removes all actors and cells from the table (same as
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#clearChildren()"><code>clearChildren()
</code></a>) and additionally resets all table properties
and cell, column, and row defaults.
</div>
</li>
</ul>
<a name="getCell(com.badlogic.gdx.scenes.scene2d.Actor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCell
</h4>
<pre>public
Cell
getCell(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Actor.html" title="class in com.badlogic.gdx.scenes.scene2d">Actor
</a> actor)
</pre>
<div class="block">Returns the cell for the specified widget in this table, or null.
</div>
</li>
</ul>
<a name="getCells()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCells
</h4>
<pre>public
java.util.List
<Cell
> getCells()
</pre>
<div class="block">Returns the cells for this table.
</div>
</li>
</ul>
<a name="pad(Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pad
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> pad(Value
pad)
</pre>
<div class="block">Sets the padTop, padLeft, padBottom, and padRight around the table to the specified value.
</div>
</li>
</ul>
<a name="pad(Value, Value, Value, Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pad
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> pad(Value
top,
Value
left,
Value
bottom,
Value
right)
</pre>
</li>
</ul>
<a name="padTop(Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padTop
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> padTop(Value
padTop)
</pre>
<div class="block">Padding at the top edge of the table.
</div>
</li>
</ul>
<a name="padLeft(Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padLeft
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> padLeft(Value
padLeft)
</pre>
<div class="block">Padding at the left edge of the table.
</div>
</li>
</ul>
<a name="padBottom(Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padBottom
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> padBottom(Value
padBottom)
</pre>
<div class="block">Padding at the bottom edge of the table.
</div>
</li>
</ul>
<a name="padRight(Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padRight
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> padRight(Value
padRight)
</pre>
<div class="block">Padding at the right edge of the table.
</div>
</li>
</ul>
<a name="align(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>align
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> align(int
align)
</pre>
<div class="block">Sets the alignment of the logical table within the table widget. Set to
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#center"><code>Align.center
</code></a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#top"><code>Align.top
</code></a>,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#bottom"><code>Align.bottom
</code></a> ,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#left"><code>Align.left
</code></a> ,
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#right"><code>Align.right
</code></a>, or any combination of those.
</div>
</li>
</ul>
<a name="center()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>center
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> center()
</pre>
<div class="block">Sets the alignment of the logical table within the table widget to
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#center"><code>Align.center
</code></a>. This clears any other alignment.
</div>
</li>
</ul>
<a name="top()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>top
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> top()
</pre>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#top"><code>Align.top
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#bottom"><code>Align.bottom
</code></a> for the alignment of the logical table within the table widget.
</div>
</li>
</ul>
<a name="left()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>left
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> left()
</pre>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#left"><code>Align.left
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#right"><code>Align.right
</code></a> for the alignment of the logical table within the table widget.
</div>
</li>
</ul>
<a name="bottom()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bottom
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> bottom()
</pre>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#bottom"><code>Align.bottom
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#top"><code>Align.top
</code></a> for the alignment of the logical table within the table widget.
</div>
</li>
</ul>
<a name="right()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>right
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> right()
</pre>
<div class="block">Adds
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#right"><code>Align.right
</code></a> and clears
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/utils/Align.html#left"><code>Align.left
</code></a> for the alignment of the logical table within the table widget.
</div>
</li>
</ul>
<a name="debug()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debug
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> debug()
</pre>
<div class="block">Turns on all debug lines.
</div>
</li>
</ul>
<a name="debugTable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debugTable
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> debugTable()
</pre>
<div class="block">Turns on table debug lines.
</div>
</li>
</ul>
<a name="debugCell()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debugCell
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> debugCell()
</pre>
<div class="block">Turns on cell debug lines.
</div>
</li>
</ul>
<a name="debugWidget()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debugWidget
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> debugWidget()
</pre>
<div class="block">Turns on widget debug lines.
</div>
</li>
</ul>
<a name="debug(Debug)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debug
</h4>
<pre>public
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Table
</a> debug(Debug
debug)
</pre>
<div class="block">Turns on debug lines.
</div>
</li>
</ul>
<a name="getDebug()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDebug
</h4>
<pre>public
Debug
getDebug()
</pre>
</li>
</ul>
<a name="getPadTopValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadTopValue
</h4>
<pre>public
Value
getPadTopValue()
</pre>
</li>
</ul>
<a name="getPadTop()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadTop
</h4>
<pre>public
float
getPadTop()
</pre>
</li>
</ul>
<a name="getPadLeftValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadLeftValue
</h4>
<pre>public
Value
getPadLeftValue()
</pre>
</li>
</ul>
<a name="getPadLeft()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadLeft
</h4>
<pre>public
float
getPadLeft()
</pre>
</li>
</ul>
<a name="getPadBottomValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadBottomValue
</h4>
<pre>public
Value
getPadBottomValue()
</pre>
</li>
</ul>
<a name="getPadBottom()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadBottom
</h4>
<pre>public
float
getPadBottom()
</pre>
</li>
</ul>
<a name="getPadRightValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadRightValue
</h4>
<pre>public
Value
getPadRightValue()
</pre>
</li>
</ul>
<a name="getPadRight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadRight
</h4>
<pre>public
float
getPadRight()
</pre>
</li>
</ul>
<a name="getPadX()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadX
</h4>
<pre>public
float
getPadX()
</pre>
<div class="block">Returns
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadLeft()"><code>getPadLeft()
</code></a> plus
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadRight()"><code>getPadRight()
</code></a>.
</div>
</li>
</ul>
<a name="getPadY()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPadY
</h4>
<pre>public
float
getPadY()
</pre>
<div class="block">Returns
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadTop()"><code>getPadTop()
</code></a> plus
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Table.html#getPadBottom()"><code>getPadBottom()
</code></a>.
</div>
</li>
</ul>
<a name="getAlign()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAlign
</h4>
<pre>public
int
getAlign()
</pre>
</li>
</ul>
<a name="setSkin(com.badlogic.gdx.scenes.scene2d.ui.Skin)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSkin
</h4>
<pre>public
void
setSkin(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Skin.html" title="class in com.badlogic.gdx.scenes.scene2d.ui">Skin
</a> skin)
</pre>
</li>
</ul>
<a name="setRound(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRound
</h4>
<pre>public
void
setRound(boolean
round)
</pre>
<div class="block">If true (the default), positions and sizes are rounded to integers.
</div>
</li>
</ul>
<a name="drawDebug(com.badlogic.gdx.scenes.scene2d.Stage)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>drawDebug
</h4>
<pre>public static
void
drawDebug(
<a href="../../../../../../com/badlogic/gdx/scenes/scene2d/Stage.html" title="class in com.badlogic.gdx.scenes.scene2d">Stage
</a> stage)
</pre>
<div class="block">Draws the debug lines for all tables in the stage. If this method is not called each frame, no debug lines will be drawn. If
debug is never turned on for any table in the application, calling this method will have no effect. If a table has ever had
debug set, calling this method causes an expensive traversal of all actors in the stage.
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview
</a></li>
<li><a href="package-summary.html">Package
</a></li>
<li class="navBarCell1Rev">Class
</li>
<li><a href="class-use/Table.html">Use
</a></li>
<li><a href="package-tree.html">Tree
</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../../../index-all.html">Index
</a></li>
<li><a href="../../../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>libgdx API
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/Stack.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><span class="strong">Prev Class
</span></a></li>
<li><a href="../../../../../../com/badlogic/gdx/scenes/scene2d/ui/TableToolkit.html" title="class in com.badlogic.gdx.scenes.scene2d.ui"><span class="strong">Next Class
</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/scenes/scene2d/ui/Table.html" target="_top">Frames
</a></li>
<li><a href="Table.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:
</li>
<li>Nested
|
</li>
<li>Field
|
</li>
<li><a href="#constructor_summary">Constr
</a> |
</li>
<li><a href="#method_summary">Method
</a></li>
</ul>
<ul class="subNavList">
<li>Detail:
</li>
<li>Field
|
</li>
<li><a href="#constructor_detail">Constr
</a> |
</li>
<li><a href="#method_detail">Method
</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<div style="font-size:9pt"><i>
Copyright
© 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
</i></div>
</small></p>
</body>
</html>