Uses of Class
com.threerings.tudey.client.sprite.PathSprite.Implementation

Packages that use PathSprite.Implementation
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
 

Uses of PathSprite.Implementation in com.threerings.tudey.client.sprite
 

Subclasses of PathSprite.Implementation in com.threerings.tudey.client.sprite
static class PathSprite.Original
          An original implementation.
 

Uses of PathSprite.Implementation in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config that return PathSprite.Implementation
 PathSprite.Implementation PathConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PathSprite.Implementation PathConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PathSprite.Implementation PathConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 PathSprite.Implementation PathConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 

Methods in com.threerings.tudey.config with parameters of type PathSprite.Implementation
 PathSprite.Implementation PathConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PathSprite.Implementation PathConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PathSprite.Implementation PathConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 PathSprite.Implementation PathConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.