libgdx API

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

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

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

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout that return TableLayout
 TableLayout LibgdxToolkit.getLayout(Table table)
           
 TableLayout Table.getTableLayout()
           
 

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type TableLayout
 void LibgdxToolkit.addDebugRectangle(TableLayout layout, int type, int x, int y, int w, int h)
           
 void LibgdxToolkit.clearDebugRectangles(TableLayout layout)
           
 Actor LibgdxToolkit.newWidget(TableLayout layout, java.lang.String className)
           
 void LibgdxToolkit.setProperty(TableLayout layout, Actor object, java.lang.String name, java.util.List<java.lang.String> values)
           
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type TableLayout
Table(TableLayout layout)
           
Table(TableLayout layout, java.lang.String name)
           
 


libgdx API

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