Package-level declarations
Types
Functions
Wraps this action and the passed action with a ParallelAction, executing them both at the same time.
Adds action to this ParallelAction, so long as this isn't a SequenceAction. If it is a SequenceAction, it creates a new ParallelAction executing both actions in parallel.
Modifies this actor position to be centered within the passed bounds. Uses actor's size to calculate the offsets.
Checks this actor's position and size and makes sure that it is kept within its parent actor bounds (or Stage).
Alias for Actor.removeAction method. Allows to remove actions from the actor with -= operator.
Alias for Group.removeActor method. Allows to remove actors from the group with -= operator.
Alias for Stage.root.removeAction method. Removes global stage actions with -= operator.
Removes actors from root group of the stage. Allows to remove actors from the stage with -= operator. If actor is not added directly to the stage this method might have no effect.
Attaches a ChangeListener to this actor.
Attaches an InputListener to this actor.
Attaches an InputListener to this actor. Retrieve the InputEvent.type to distinguish between touchDown and touchUp events.
Attaches a InputListener to this actor. Retrieve the InputEvent.type to distinguish between touchDown and touchUp events.
Attaches an InputListener to this actor.
Alias for Actor.addAction method. Allows to add actions to the actor with += operator.
Alias for Group.addActor method. Allows to add actors to the group with += operator.
Alias for Stage.addAction method. Allows to add global actions to the stage with += operator.
Alias for Stage.addActor method. Allows to add actors to the stage with += operator.
Adds another Action to this ParallelAction.
Adds action to this SequenceAction.
This action will be wrapped with a RepeatAction that repeats itself "forever" (until the action is removed or the actor is no longer updated on the stage).
Modifies current stage keyboard focus if this actor is currently shown.
Utility method overload. Allows to set actor's position with ints rather than floats.
Modifies current stage scroll focus if this actor is currently shown.