libgdx API

Uses of Package
com.badlogic.gdx.scenes.scene2d

Packages that use com.badlogic.gdx.scenes.scene2d
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.actions   
com.badlogic.gdx.scenes.scene2d.actors   
com.badlogic.gdx.scenes.scene2d.interpolators   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.scenes.scene2d.ui.tablelayout   
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d
Action
          An Action is used with an Actor and modifes the Actor's attributes over time.
Actor
           An Actor is part of a Stage or a Group within a Stage.
AnimationAction
          An AnimationAction performs a transformation on its target Actor.
Group
          A group is an Actor that contains other Actors (also other Groups which are Actors).
Interpolator
          An interpolator defines the rate of change of an animation.
OnActionCompleted
          Listener interface called by an Action when it was completed.
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d.actions
Action
          An Action is used with an Actor and modifes the Actor's attributes over time.
Actor
           An Actor is part of a Stage or a Group within a Stage.
AnimationAction
          An AnimationAction performs a transformation on its target Actor.
CompositeAction
          A base class for composite actions which deals with multiple child Action.
TemporalAction
          A TemporalAction controls an Action by repeating, delaying etc.
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d.actors
Actor
           An Actor is part of a Stage or a Group within a Stage.
Layout
           
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d.interpolators
Interpolator
          An interpolator defines the rate of change of an animation.
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d.ui
Actor
           An Actor is part of a Stage or a Group within a Stage.
Group
          A group is an Actor that contains other Actors (also other Groups which are Actors).
Layout
           
Stage
           A Stage is a container for Actors and handles distributing touch events, animating Actors and asking them to render themselves.
 

Classes in com.badlogic.gdx.scenes.scene2d used by com.badlogic.gdx.scenes.scene2d.ui.tablelayout
Actor
           An Actor is part of a Stage or a Group within a Stage.
Group
          A group is an Actor that contains other Actors (also other Groups which are Actors).
Layout
           
Stage
           A Stage is a container for Actors and handles distributing touch events, animating Actors and asking them to render themselves.
 


libgdx API

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