Package com.starpoints.animation
Contains classes for game state changes that are collected during one game update cycle.
These update infos are aggregated for display purposes when creating the GameState.
-
Class Summary Class Description Animation Abstract superclass for Animation infos for things and points.AnimationInfo Container for all animations during one round segment.BackgroundAnimation Descriptor for a background animation.BackgroundAnimationSet Stores all information for one BackGroundAnimation (which might consist of different BackgroundAnimations starting at different update indices.BackgroundImageInfo Contains information for one images animation as part of a BackgroundAnimation.EmptyAnimationInfo Empty AnimationInfo dummy for off-game Thing methodcalls.FigureAnimation Stores animation infos for a Figure.FigureMoveAnimation Animation for figure moves.FigureRocketAnimation Animation for rocket hits.FigureShieldedAnimation Animation info for shielding.ItemAnimation Item animation info for moves.PointAnimation Point animation info for color animations and chain explosions.PointChainExplodeAnimation Animation info for chain explosion.PointColorAnimation Animation for a point color change.