Uses of Class
com.badlogic.gdx.scenes.scene2d.Stage
-
Packages that use Stage Package Description com.badlogic.gdx.scenes.scene2d com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Stage in com.badlogic.gdx.scenes.scene2d
Methods in com.badlogic.gdx.scenes.scene2d that return Stage Modifier and Type Method Description StageActor. getStage()Returns the stage that this actor is currently in, or null if not in a stage.StageEvent. getStage()The stage for the actor the event was fired on.Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Stage Modifier and Type Method Description protected voidActor. setStage(Stage stage)Called by the framework when this actor or any ascendant is added to a group that is in the stage.voidEvent. setStage(Stage stage)protected voidGroup. setStage(Stage stage) -
Uses of Stage in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Stage Modifier and Type Method Description protected voidDialog. setStage(Stage stage)protected voidSelectBox.SelectBoxScrollPane. setStage(Stage stage)protected voidSelectBox. setStage(Stage stage)DialogDialog. show(Stage stage)Centers the dialog in the stage and callsDialog.show(Stage, Action)with aActions.fadeIn(float, Interpolation)action.DialogDialog. show(Stage stage, Action action)Packsthe dialog (but doesn't set the position), adds it to the stage, sets it as the keyboard and scroll focus, clears any actions on the dialog, and adds the specified action to it.voidSelectBox.SelectBoxScrollPane. show(Stage stage)
-