Uses of Class
simogl.model.animation.AnimationFrame

Packages that use AnimationFrame
simogl.model.animation   
 

Uses of AnimationFrame in simogl.model.animation
 

Methods in simogl.model.animation that return AnimationFrame
 AnimationFrame Animation.getAnimFrame(int index)
          Returns the animation frame with the specified index in the animation
 AnimationFrame Animation.getCurrentFrame()
          Returns the current frame of the animation
 

Methods in simogl.model.animation that return types with arguments of type AnimationFrame
 java.util.ArrayList<AnimationFrame> Animation.getAnimFrames()
          Returns the ArrayList of animation frames that form the animation