libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.Stage

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

Uses of Stage in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as Stage
protected  Stage Actor.stage
           
 

Methods in com.badlogic.gdx.scenes.scene2d that return Stage
 Stage Actor.getStage()
          Returns the stage that this actor is currently in, or null if not in a stage.
 

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

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type Stage
static void Table.drawDebug(Stage stage)
          Draws the debug lines for all TableLayouts in the stage.
 


libgdx API

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