libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.tablelayout.BaseTableLayout

Packages that use BaseTableLayout
com.badlogic.gdx.scenes.scene2d.ui.tablelayout   
 

Uses of BaseTableLayout in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 

Subclasses of BaseTableLayout in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 class TableLayout
           
 

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout that return BaseTableLayout
abstract  BaseTableLayout BaseTableLayout.newTableLayout()
          Returns a new TableLayout that will be nested under this table.
 BaseTableLayout TableLayout.newTableLayout()
           
 

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type BaseTableLayout
 void BaseTableLayout.setParent(BaseTableLayout parent)
          Sets that this table is nested under the specified parent.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)