Uses of Class
com.threerings.tudey.config.TileConfig.Original

Packages that use TileConfig.Original
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
 

Uses of TileConfig.Original in com.threerings.tudey.client.cursor
 

Methods in com.threerings.tudey.client.cursor with parameters of type TileConfig.Original
 void TileCursor.Original.setConfig(TileConfig.Original config)
          (Re)configures the implementation.
 

Constructors in com.threerings.tudey.client.cursor with parameters of type TileConfig.Original
TileCursor.Original(TudeyContext ctx, Scope parentScope, TileConfig.Original config)
          Creates a new implementation.
 

Uses of TileConfig.Original in com.threerings.tudey.client.sprite
 

Methods in com.threerings.tudey.client.sprite with parameters of type TileConfig.Original
 void TileSprite.Original.setConfig(TileConfig.Original config)
          (Re)configures the implementation.
 

Constructors in com.threerings.tudey.client.sprite with parameters of type TileConfig.Original
TileSprite.Original(TudeyContext ctx, Scope parentScope, TileConfig.Original config)
          Creates a new implementation.
 

Uses of TileConfig.Original in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config declared as TileConfig.Original
static TileConfig.Original TileConfig.NULL_ORIGINAL
          Used when we can't resolve the tile's underlying original implementation.
 

Methods in com.threerings.tudey.config that return TileConfig.Original
 TileConfig.Original TileConfig.getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
abstract  TileConfig.Original TileConfig.Implementation.getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 TileConfig.Original TileConfig.Original.getOriginal(ConfigManager cfgmgr)
           
 TileConfig.Original TileConfig.Derived.getOriginal(ConfigManager cfgmgr)
           
 

Uses of TileConfig.Original in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return TileConfig.Original
 TileConfig.Original TudeySceneModel.TileEntry.getConfig(ConfigManager cfgmgr)
          Resolves the tile's configuration.
 

Methods in com.threerings.tudey.data with parameters of type TileConfig.Original
 int TudeySceneModel.TileEntry.getCollisionFlags(TileConfig.Original config, int x, int y)
          Returns the tile's collision flags at the specified coordinates.
 int TudeySceneModel.TileEntry.getHeight(TileConfig.Original config)
          Returns the height of this tile after rotation.
 void TudeySceneModel.TileEntry.getRegion(TileConfig.Original config, Rectangle result)
          Populates the supplied rectangle with the region covered by this tile.
 void TudeySceneModel.TileEntry.getTransform(TileConfig.Original config, Transform3D result)
          Populates the supplied transform with the transform of this tile.
 int TudeySceneModel.TileEntry.getWidth(TileConfig.Original config)
          Returns the width of this tile after rotation.
 



Copyright © 2011. All Rights Reserved.