Uses of Package
com.threerings.expr

Packages that use com.threerings.expr
com.threerings.config Configuration management. 
com.threerings.expr Expression evaluation and binding classes. 
com.threerings.expr.util   
com.threerings.openal   
com.threerings.openal.config OpenAL configurations. 
com.threerings.openal.util   
com.threerings.opengl   
com.threerings.opengl.compositor   
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.effect.tools   
com.threerings.opengl.geometry.config Geometry configurations. 
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.tools   
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.model   
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.model.tools   
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.scene.config Scene configurations. 
com.threerings.opengl.util   
com.threerings.tudey.client   
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.shape   
com.threerings.tudey.shape.config Shape configurations. 
com.threerings.tudey.tools Tudey tools. 
 

Classes in com.threerings.expr used by com.threerings.config
ExpressionBinding
          The superclass of the expression bindings.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeEvent
          Contains information about an updated scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.expr
BooleanExpression
          A boolean-valued expression.
BooleanExpression.BinaryOperation
          The superclass of the binary operations.
BooleanExpression.Evaluator
          Performs the actual evaluation of the expression.
BooleanExpression.FloatBinaryOperation
          The superclass of the operations involving two float expressions.
Color4fExpression
          A color-valued expression.
ExpressionBinding
          The superclass of the expression bindings.
ExpressionDefinition
          The superclass of the expression definitions.
FloatExpression
          A float-valued expression.
FloatExpression.BinaryOperation
          The superclass of the binary operations.
FloatExpression.Evaluator
          Performs the actual evaluation of the expression.
FloatExpression.UnaryOperation
          The superclass of the unary operations.
Function
          A general-purpose function object.
IntegerExpression
          An integer-valued expression.
IntegerExpression.Evaluator
          Performs the actual evaluation of the expression.
ObjectExpression
          The superclass of expressions that evaluate to objects.
ObjectExpression.Evaluator
          Performs the actual evaluation of the expression.
QuaternionExpression
          A color-valued expression.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeEvent
          Contains information about an updated scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
StringExpression
          A string-valued expression.
Transform3DExpression
          A transform-valued expression.
Updater
          Interface for objects that perform updates.
Variable
          A general-purpose variable object.
Vector3fExpression
          A vector-valued expression.
 

Classes in com.threerings.expr used by com.threerings.expr.util
Function
          A general-purpose function object.
MutableBoolean
          A mutable equivalent to Boolean.
MutableFloat
          A mutable equivalent to Float.
MutableInteger
          A mutable equivalent to Integer.
MutableLong
          A mutable equivalent to Long.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Variable
          A general-purpose variable object.
 

Classes in com.threerings.expr used by com.threerings.openal
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeEvent
          Contains information about an updated scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.openal.config
BooleanExpression
          A boolean-valued expression.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.openal.util
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
 

Classes in com.threerings.expr used by com.threerings.opengl
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
MutableFloat
          A mutable equivalent to Float.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.opengl.compositor
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.opengl.compositor.config
Executor
          Interface for objects that execute actions.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.opengl.effect
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.opengl.effect.config
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.opengl.effect.tools
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.opengl.geometry.config
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.opengl.gui
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.opengl.gui.config
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.opengl.gui.tools
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.opengl.material
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.opengl.material.config
ExpressionBinding
          The superclass of the expression bindings.
MutableInteger
          A mutable equivalent to Integer.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.model
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Scoped
          Flags a field or method as dynamically accessible through a Scope.
ScopeEvent
          Contains information about an updated scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.model.config
BooleanExpression
          A boolean-valued expression.
Executor
          Interface for objects that execute actions.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Transform3DExpression
          A transform-valued expression.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.model.tools
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.opengl.renderer.config
BooleanExpression
          A boolean-valued expression.
Color4fExpression
          A color-valued expression.
FloatExpression
          A float-valued expression.
IntegerExpression
          An integer-valued expression.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Transform3DExpression
          A transform-valued expression.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.scene
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Scoped
          Flags a field or method as dynamically accessible through a Scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.scene.config
ExpressionBinding
          The superclass of the expression bindings.
ExpressionDefinition
          The superclass of the expression definitions.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
Updater
          Interface for objects that perform updates.
 

Classes in com.threerings.expr used by com.threerings.opengl.util
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
 

Classes in com.threerings.expr used by com.threerings.tudey.client
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 

Classes in com.threerings.expr used by com.threerings.tudey.client.cursor
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.tudey.client.sprite
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeEvent
          Contains information about an updated scope.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.tudey.config
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.tudey.shape
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
SimpleScope
          A base class for objects providing simple scopes.
 

Classes in com.threerings.expr used by com.threerings.tudey.shape.config
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
 

Classes in com.threerings.expr used by com.threerings.tudey.tools
DynamicScope
          A Scope that allows dynamic reparenting and the addition and removal of symbols.
Scope
          Provides a means to resolve symbols in a dynamic, hierarchical fashion.
ScopeUpdateListener
          Used to notify objects when the scope has been updated.
 



Copyright © 2011. All Rights Reserved.