Uses of Class
com.threerings.config.ParameterizedConfig

Packages that use ParameterizedConfig
com.threerings.config Configuration management. 
com.threerings.openal.config OpenAL configurations. 
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.tudey.config Tudey configurations. 
 

Uses of ParameterizedConfig in com.threerings.config
 

Subclasses of ParameterizedConfig in com.threerings.config
 class BoundConfig
          A configuration that may include a number of expressions to be evaluated in the scope in which the configuration is instantiated.
 

Methods in com.threerings.config that return ParameterizedConfig
 ParameterizedConfig ParameterizedConfig.getInstance(Scope scope, ArgumentMap args)
           
 

Methods in com.threerings.config with parameters of type ParameterizedConfig
 void Parameter.Choice.Option.apply(ParameterizedConfig instance)
          Applies this option to the specified instance.
 Property Parameter.getArgumentProperty(ParameterizedConfig reference)
          Retrieves the property used to set and retrieve the argument corresponding to this property.
 Property Parameter.getProperty(ParameterizedConfig reference)
          Retrieves the property used to apply this parameter.
 void Parameter.validateOuters(String where, ParameterizedConfig outer)
          Validates the parameter's outer object references.
 void Parameter.Choice.validateOuters(String where, ParameterizedConfig outer)
           
abstract  boolean Parameter.validatePaths(String where, ParameterizedConfig reference, PrintStream out)
          Validates the parameter's paths.
 boolean Parameter.Direct.validatePaths(String where, ParameterizedConfig reference, PrintStream out)
           
 boolean Parameter.Choice.validatePaths(String where, ParameterizedConfig reference, PrintStream out)
           
 

Constructors in com.threerings.config with parameters of type ParameterizedConfig
Parameter.Choice(ParameterizedConfig outer)
           
 

Uses of ParameterizedConfig in com.threerings.openal.config
 

Subclasses of ParameterizedConfig in com.threerings.openal.config
 class SounderConfig
          The configuration of a sounder.
 

Uses of ParameterizedConfig in com.threerings.opengl.compositor.config
 

Subclasses of ParameterizedConfig in com.threerings.opengl.compositor.config
 class RenderEffectConfig
          Describes a render effect.
 

Uses of ParameterizedConfig in com.threerings.opengl.gui.config
 

Subclasses of ParameterizedConfig in com.threerings.opengl.gui.config
 class StyleConfig
          Describes a user interface style.
 class UserInterfaceConfig
          Describes a user interface.
 

Uses of ParameterizedConfig in com.threerings.opengl.material.config
 

Subclasses of ParameterizedConfig in com.threerings.opengl.material.config
 class MaterialConfig
          Describes a material.
 

Uses of ParameterizedConfig in com.threerings.opengl.model.config
 

Subclasses of ParameterizedConfig in com.threerings.opengl.model.config
 class AnimationConfig
          The configuration of an animation.
 class ModelConfig
          The configuration of a model.
 

Uses of ParameterizedConfig in com.threerings.opengl.renderer.config
 

Subclasses of ParameterizedConfig in com.threerings.opengl.renderer.config
 class ShaderConfig
          Shader metadata.
 class TextureConfig
          Texture metadata.
 

Uses of ParameterizedConfig in com.threerings.tudey.config
 

Subclasses of ParameterizedConfig in com.threerings.tudey.config
 class ActorConfig
          The configuration of an actor.
 class ActorModelConfig
          A model config wrapper for using an actor's model config.
 class AreaConfig
          The configuration of an area.
 class BehaviorConfig
          Configurations for agent behavior.
 class EffectConfig
          The configuration of an effect.
 class GroundConfig
          The configuration of a ground type.
 class PaintableConfig
          Base class for GroundConfig and WallConfig.
 class PathConfig
          The configuration of a path.
 class PlaceableConfig
          The configuration of a placeable object.
 class SceneGlobalConfig
          The configuration of a global scene object.
 class TileConfig
          The configuration of a tile.
 class WallConfig
          The configuration of a wall type.
 



Copyright © 2011. All Rights Reserved.