com.badlogic.gdx.scenes.scene2d.ui.tablelayout
Class TableLayout
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.tablelayout.TableLayout
public class TableLayout
- extends
- Author:
- Nathan Sweet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
skin
public Skin skin
assetManager
public AssetManager assetManager
TableLayout
public TableLayout()
TableLayout
public TableLayout(LibgdxToolkit toolkit)
register
public Actor register(Actor actor)
- Calls
#register(String, Actor)
with the name of the actor.
getWidget
public Actor getWidget(java.lang.String name)
layout
public void layout()
invalidateHierarchy
public void invalidateHierarchy()
- Invalides the layout of this widget and every parent widget to the root of the hierarchy.
drawDebug
public void drawDebug(SpriteBatch batch)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)