Uses of Class
com.threerings.tudey.config.PaintableConfig

Packages that use PaintableConfig
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
 

Uses of PaintableConfig in com.threerings.tudey.config
 

Subclasses of PaintableConfig in com.threerings.tudey.config
 class GroundConfig
          The configuration of a ground type.
 class WallConfig
          The configuration of a wall type.
 

Uses of PaintableConfig in com.threerings.tudey.data
 

Fields in com.threerings.tudey.data with type parameters of type PaintableConfig
 ConfigReference<? extends PaintableConfig> TudeySceneModel.Paint.paintable
          The configuration of the paintable.
 

Methods in com.threerings.tudey.data with type parameters of type PaintableConfig
<T extends PaintableConfig>
T
TudeySceneModel.Paint.getConfig(ConfigManager cfgmgr, Class<T> clazz)
          Resolves the paintable configuration for this paint.
 

Constructor parameters in com.threerings.tudey.data with type arguments of type PaintableConfig
TudeySceneModel.Paint(TudeySceneModel.Paint.Type type, ConfigReference<? extends PaintableConfig> paintable, int elevation)
          Default constructor.
 



Copyright © 2011. All Rights Reserved.