Package org.hexworks.zircon.api.animation

Contains classes that can be used to create animations. RexPaint file loading is also supported.

Types

Animation
Link copied to clipboard
common
interface Animation : Identifiable
Represents a series of AnimationFrames which if drawn on the screen after each other become an animation.
AnimationFrame
Link copied to clipboard
common
interface AnimationFrame
Stores information about a single animation frame.
AnimationHandle
Link copied to clipboard
common
interface AnimationHandle : Animation
Represents an Animation which is currently running and adds additional functionality to it.
AnimationResource
Link copied to clipboard
class AnimationResource
AnimationRunner
Link copied to clipboard
common
interface AnimationRunner
The AnimationRunner can be used to start running Animations.
AnimationState
Link copied to clipboard
common
enum AnimationState : Enum<AnimationState>
Represents the states an Animation can be in.