Class Animation
- java.lang.Object
-
- nl.colorize.multimedialib.graphics.Animation
-
public class Animation extends java.lang.ObjectShows a number of images in sequence. After all images have been shown the animation will either loop or keep showing the last image.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetDuration()ImagegetFrameAtIndex(int index)ImagegetFrameAtTime(float time)floatgetFrameDuration()java.util.List<Image>getFrames()booleanisLoop()
-