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

Packages that use PathConfig.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 PathConfig.Original in com.threerings.tudey.client.cursor
 

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

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

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

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

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

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

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

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

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

Methods in com.threerings.tudey.data that return PathConfig.Original
 PathConfig.Original TudeySceneModel.PathEntry.getConfig(ConfigManager cfgmgr)
          Returns the path config implementation.
 



Copyright © 2011. All Rights Reserved.