com.threerings.expr
Class Color4fExpression.Constant

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.ObjectExpression<Color4f>
          extended by com.threerings.expr.Color4fExpression
              extended by com.threerings.expr.Color4fExpression.Constant
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Color4fExpression

public static class Color4fExpression.Constant
extends Color4fExpression

A constant expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.Color4fExpression
Color4fExpression.Blend, Color4fExpression.Constant, Color4fExpression.Reference
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Field Summary
 Color4f value
          The value of the constant.
 
Constructor Summary
Color4fExpression.Constant()
           
 
Method Summary
 ObjectExpression.Evaluator<Color4f> createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 
Methods inherited from class com.threerings.expr.ObjectExpression
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

@Editable(mode="alpha")
public Color4f value
The value of the constant.

Constructor Detail

Color4fExpression.Constant

public Color4fExpression.Constant()
Method Detail

createEvaluator

public ObjectExpression.Evaluator<Color4f> createEvaluator(Scope scope)
Description copied from class: ObjectExpression
Creates an expression evaluator for the supplied context.

Specified by:
createEvaluator in class ObjectExpression<Color4f>


Copyright © 2011. All Rights Reserved.