org.friendularity.visual.shallow
Class VisualItemBase

java.lang.Object
  extended by org.friendularity.visual.shallow.VisualItemBase

public class VisualItemBase
extends Object

Author:
Stu B.

Constructor Summary
VisualItemBase()
           
 
Method Summary
 com.jme3.math.ColorRGBA getVisualColor()
           
 com.jme3.math.Quaternion getVisualDirection()
           
 com.jme3.math.Vector3f getVisualPos()
           
 void setColorMathExpr(String mathExpr)
           
 void setDirectionMathExpr(String mathExpr)
           
 void setPosMathExpr(String mathExpr)
           
 void updateFromMathSpace(org.cogchar.bind.symja.MathGate mg)
           
 void useTestPatternExprs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualItemBase

public VisualItemBase()
Method Detail

setPosMathExpr

public void setPosMathExpr(String mathExpr)

setColorMathExpr

public void setColorMathExpr(String mathExpr)

setDirectionMathExpr

public void setDirectionMathExpr(String mathExpr)

getVisualPos

public com.jme3.math.Vector3f getVisualPos()

getVisualColor

public com.jme3.math.ColorRGBA getVisualColor()

getVisualDirection

public com.jme3.math.Quaternion getVisualDirection()

updateFromMathSpace

public void updateFromMathSpace(org.cogchar.bind.symja.MathGate mg)

useTestPatternExprs

public void useTestPatternExprs()


Copyright © 2011-2014. All Rights Reserved.