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

Packages that use Animation.Implementation
com.threerings.opengl.model   
com.threerings.opengl.model.config Model and animation configurations. 
 

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

Subclasses of Animation.Implementation in com.threerings.opengl.model
static class Animation.Imported
          An imported implementation.
static class Animation.Procedural
          A procedural implementation.
static class Animation.Sequential
          A sequential implementation.
 

Uses of Animation.Implementation in com.threerings.opengl.model.config
 

Methods in com.threerings.opengl.model.config that return Animation.Implementation
 Animation.Implementation AnimationConfig.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
          Creates or updates an animation implementation for this configuration.
abstract  Animation.Implementation AnimationConfig.Implementation.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
          Creates or updates an animation implementation for this configuration.
 Animation.Implementation AnimationConfig.Imported.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Procedural.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Sequential.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Derived.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 

Methods in com.threerings.opengl.model.config with parameters of type Animation.Implementation
 Animation.Implementation AnimationConfig.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
          Creates or updates an animation implementation for this configuration.
abstract  Animation.Implementation AnimationConfig.Implementation.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
          Creates or updates an animation implementation for this configuration.
 Animation.Implementation AnimationConfig.Imported.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Procedural.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Sequential.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 Animation.Implementation AnimationConfig.Derived.getAnimationImplementation(GlContext ctx, Scope scope, Animation.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.