org.deken.game.animation
Interface ComplexAnimation

All Superinterfaces:
Animation, java.lang.Cloneable, Updateable
All Known Implementing Classes:
LayeredAnimation, RandomListAnimation

public interface ComplexAnimation
extends Animation

Title: ComplexAnimation

Description:

Copyright: Copyright (c) Dec 15, 2013

Version:
1.0
Author:
Gary Deken

Method Summary
 void addAnimation(int index, Animation animation)
           
 
Methods inherited from interface org.deken.game.animation.Animation
addFrame, addImageEffect, copy, draw, getFrame, getHeight, getImage, getSound, getTotalDuration, getWidth, getXOffset, getYOffset, isAnimating, reset, setName, setOffsets, setSound, update
 
Methods inherited from interface org.deken.game.Updateable
getName
 

Method Detail

addAnimation

void addAnimation(int index,
                  Animation animation)