Uses of Class
com.threerings.tudey.client.sprite.EntrySprite

Packages that use EntrySprite
com.threerings.tudey.client   
com.threerings.tudey.client.sprite   
com.threerings.tudey.data Tudey data. 
 

Uses of EntrySprite in com.threerings.tudey.client
 

Methods in com.threerings.tudey.client that return EntrySprite
 EntrySprite TudeySceneView.getEntrySprite(Object key)
          Returns the sprite corresponding to the entry with the given key.
 

Uses of EntrySprite in com.threerings.tudey.client.sprite
 

Subclasses of EntrySprite in com.threerings.tudey.client.sprite
 class AreaSprite
          Represents an area entry.
 class GlobalSprite
          Represents a global entry.
 class PathSprite
          Represents a path entry.
 class PlaceableSprite
          Represents a placeable entry.
 class TileSprite
          Represents a tile.
 

Uses of EntrySprite in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return EntrySprite
abstract  EntrySprite TudeySceneModel.Entry.createSprite(TudeyContext ctx, TudeySceneView view)
          Creates a sprite for this entry.
 EntrySprite TudeySceneModel.TileEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.GlobalEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.PlaceableEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.PathEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.AreaEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 



Copyright © 2011. All Rights Reserved.