libgdx API

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

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

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

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Stage
ComboBox(java.lang.String[] entries, Stage stage, ComboBox.ComboBoxStyle style)
           
ComboBox(java.lang.String[] entries, Stage stage, Skin skin)
           
ComboBox(java.lang.String name, java.lang.String[] entries, Stage stage, ComboBox.ComboBoxStyle style)
          Creates a new combo box.
FlickScrollPane(Actor widget, Stage stage)
           
FlickScrollPane(java.lang.String name, Actor widget, Stage stage, int prefWidth, int prefHeight)
           
Pane(Stage stage, Pane.PaneStyle style)
           
Pane(Stage stage, Skin skin)
           
Pane(java.lang.String name, Stage stage, Pane.PaneStyle style, int prefWidth, int prefHeight)
          Creates a new Pane.
ScrollPane(Actor widget, Stage stage, ScrollPane.ScrollPaneStyle style)
           
ScrollPane(Actor widget, Stage stage, Skin skin)
           
ScrollPane(java.lang.String name, Actor widget, Stage stage, ScrollPane.ScrollPaneStyle style, int prefWidth, int prefHeight)
           
SplitPane(Actor firstWidget, Actor secondWidget, boolean vertical, Stage stage, Skin skin)
           
SplitPane(Actor firstWidget, Actor secondWidget, boolean vertical, Stage stage, SplitPane.SplitPaneStyle style)
           
SplitPane(java.lang.String name, Actor firstWidget, Actor secondWidget, boolean vertical, Stage stage, SplitPane.SplitPaneStyle style, int prefWidth, int prefHeight)
          Creates a new SplitPane.
Window(java.lang.String title, Stage stage, Skin skin)
           
Window(java.lang.String title, Stage stage, Window.WindowStyle style)
           
Window(java.lang.String name, java.lang.String title, Stage stage, Window.WindowStyle style, int prefWidth, int prefHeight)
          Creates a new Window.
 

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)