Uses of Class
jgame.impl.Animation

Packages that use Animation
jgame.impl Package containing platform independent implementation details. 
jgame.platform Contains the platform-dependent JGame classes. 
 

Uses of Animation in jgame.impl
 

Methods in jgame.impl that return Animation
 Animation Animation.copy()
           
 Animation JGEngineInterface.getAnimation(java.lang.String id)
          Get animation definition, don't call directly.
 Animation EngineLogic.getAnimation(java.lang.String id)
           
 

Uses of Animation in jgame.platform
 

Methods in jgame.platform that return Animation
 Animation JGEngine.getAnimation(java.lang.String id)