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

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

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

Subclasses of ActorSprite.Implementation in com.threerings.tudey.client.sprite
static class ActorSprite.Acting
          Depicts an active actor with activity animations.
static class ActorSprite.Moving
          Depicts a mobile actor with optional movement animations.
static class ActorSprite.Original
          Superclass of the original implementations.
static class ActorSprite.StatefulEntry
          Executes animations on the corresponding entry sprite.
 

Methods in com.threerings.tudey.client.sprite that return ActorSprite.Implementation
 ActorSprite.Implementation ActorSprite.getImplementation()
          Returns a reference to the sprite implementation.
 

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

Methods in com.threerings.tudey.config that return ActorSprite.Implementation
abstract  ActorSprite.Implementation ActorSpriteConfig.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorSpriteConfig.Default.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.Moving.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.StatefulEntry.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  ActorSprite.Implementation ActorConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 

Methods in com.threerings.tudey.config with parameters of type ActorSprite.Implementation
abstract  ActorSprite.Implementation ActorSpriteConfig.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorSpriteConfig.Default.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.Moving.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.StatefulEntry.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  ActorSprite.Implementation ActorConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.