com.threerings.expr
Class ExpressionBinding.Color4fBinding
java.lang.Object
com.threerings.util.DeepObject
com.threerings.expr.ExpressionBinding
com.threerings.expr.ExpressionBinding.Color4fBinding
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ExpressionBinding
public static class ExpressionBinding.Color4fBinding
- extends ExpressionBinding
A color binding.
expression
@Editable
public Color4fExpression expression
- The expression that determines the value.
ExpressionBinding.Color4fBinding
public ExpressionBinding.Color4fBinding()
createUpdater
public Updater createUpdater(ConfigManager cfgmgr,
Scope scope,
Object object)
- Description copied from class:
ExpressionBinding
- Creates a value updater for the supplied context and target object.
- Specified by:
createUpdater in class ExpressionBinding
invalidate
public void invalidate()
- Description copied from class:
ExpressionBinding
- Invalidates any cached data.
- Overrides:
invalidate in class ExpressionBinding
Copyright © 2011. All Rights Reserved.