org.friendularity.visual.shallow
Class VisualMathExprLib.ColorExprNode

java.lang.Object
  extended by org.friendularity.api.struct.NumericNode<NumType>
      extended by org.friendularity.api.struct.MathExprNode<com.jme3.math.ColorRGBA>
          extended by org.friendularity.visual.shallow.VisualMathExprLib.ColorExprNode
All Implemented Interfaces:
NumericMapper<com.jme3.math.ColorRGBA>
Enclosing class:
VisualMathExprLib

public static class VisualMathExprLib.ColorExprNode
extends MathExprNode<com.jme3.math.ColorRGBA>


Constructor Summary
VisualMathExprLib.ColorExprNode(String mExpr)
           
VisualMathExprLib.ColorExprNode(String mExpr, com.jme3.math.ColorRGBA initColorObj)
           
 
Method Summary
 com.jme3.math.ColorRGBA getColor()
           
protected  void writeAnyNumericFromAnyDoublesBuf(com.jme3.math.ColorRGBA outColor, double[] buffer)
          Long-name and protected scope.
 
Methods inherited from class org.friendularity.api.struct.MathExprNode
readDoublesIntoBuf, setMathExpr
 
Methods inherited from class org.friendularity.api.struct.NumericNode
clearResultCache, doUpdate, getOutputObject, writeNumericFromDoublesBuf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualMathExprLib.ColorExprNode

public VisualMathExprLib.ColorExprNode(String mExpr,
                                       com.jme3.math.ColorRGBA initColorObj)

VisualMathExprLib.ColorExprNode

public VisualMathExprLib.ColorExprNode(String mExpr)
Method Detail

writeAnyNumericFromAnyDoublesBuf

protected void writeAnyNumericFromAnyDoublesBuf(com.jme3.math.ColorRGBA outColor,
                                                double[] buffer)
Description copied from class: NumericNode
Long-name and protected scope. This feature is needed only if the NumericNode does not have a mapper assigned to it.

Overrides:
writeAnyNumericFromAnyDoublesBuf in class NumericNode<com.jme3.math.ColorRGBA>

getColor

public com.jme3.math.ColorRGBA getColor()


Copyright © 2011-2014. All Rights Reserved.