Uses of Class
com.threerings.opengl.model.Animation

Packages that use Animation
com.threerings.opengl.model   
com.threerings.opengl.model.tools   
com.threerings.tudey.config Tudey configurations. 
 

Uses of Animation in com.threerings.opengl.model
 

Fields in com.threerings.opengl.model declared as Animation
static Animation[] Animation.EMPTY_ARRAY
          An empty array of animations.
 

Methods in com.threerings.opengl.model that return Animation
 Animation Wrapper.createAnimation()
           
 Animation Model.createAnimation()
          Creates an unconfigured animation for the model.
 Animation Model.Implementation.createAnimation()
          Creates an animation for the model or returns null if not supported.
 Animation Articulated.createAnimation()
           
 Animation Model.createAnimation(ConfigReference<AnimationConfig> ref)
          Creates an animation for this model.
 Animation Model.createAnimation(String name)
          Creates an animation for this model.
 Animation Model.createAnimation(String name, String firstKey, Object firstValue, Object... otherArgs)
          Creates an animation for this model.
 Animation Wrapper.getAnimation(String name)
           
 Animation Model.getAnimation(String name)
          Retrieves an animation by name.
 Animation Model.Implementation.getAnimation(String name)
          Retrieves an animation by name.
 Animation Articulated.getAnimation(String name)
           
 Animation[] Wrapper.getAnimations()
           
 Animation[] Model.getAnimations()
          Returns a reference to this model's list of animations.
 Animation[] Model.Implementation.getAnimations()
          Returns the model's list of animations.
 Animation[] Articulated.getAnimations()
           
 

Methods in com.threerings.opengl.model that return types with arguments of type Animation
 List<Animation> Wrapper.getPlayingAnimations()
           
 List<Animation> Model.getPlayingAnimations()
          Returns a list containing all animations currently playing on this model.
 List<Animation> Model.Implementation.getPlayingAnimations()
          Returns a list of all animations currently playing.
 List<Animation> Articulated.getPlayingAnimations()
           
 

Methods in com.threerings.opengl.model with parameters of type Animation
 boolean AnimationObserver.animationStarted(Animation animation)
          Notes that an animation has started.
 boolean AnimationAdapter.animationStarted(Animation animation)
           
 boolean AnimationObserver.animationStopped(Animation animation, boolean completed)
          Notifies the observer that the animation has stopped.
 boolean AnimationAdapter.animationStopped(Animation animation, boolean completed)
           
 

Uses of Animation in com.threerings.opengl.model.tools
 

Methods in com.threerings.opengl.model.tools with parameters of type Animation
 boolean ModelViewer.animationStarted(Animation animation)
           
 boolean ModelViewer.animationStopped(Animation animation, boolean completed)
           
 

Uses of Animation in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config that return Animation
abstract  Animation[] ActorSpriteConfig.MovementSet.resolve(Model model)
          Resolves the movement set animations for the supplied model.
 Animation[] ActorSpriteConfig.SingleMovement.resolve(Model model)
           
 Animation[] ActorSpriteConfig.QuadMovement.resolve(Model model)
           
 Animation[] ActorSpriteConfig.RotationSet.resolve(Model model)
          Resolves the rotation set animations for the supplied model.
 



Copyright © 2011. All Rights Reserved.