Package itumulator.display.animation.components
package itumulator.display.animation.components
-
ClassesClassDescriptionAn abstract representation of an animation which produces individual draw actions (
AnimationFrame
).A class representing the drawing of a single object for a single frame (usingObjectInformation
).AnimationSets are used to parallelise the drawing of individual frames (by aggregating different object drawings, i.e.,AnimationFrame
)An animation that makes an object appear.A special case animation used to show the sun / moon cycle.An animation that makes an object dissapear (used on 'remove' withinWorld
).An animation used to indicate that an object is movingAn animation used to show no change to an object.