de.jreality.toolsystem.config
Class VirtualConstant

java.lang.Object
  extended by de.jreality.toolsystem.config.VirtualConstant

public class VirtualConstant
extends Object

TODO: comment this

Author:
weissman

Field Summary
static PersistenceDelegate DELEGATE
           
 
Constructor Summary
VirtualConstant(InputSlot slot, Object value)
           
 
Method Summary
 AxisState getAxisState()
           
 InputSlot getSlot()
           
 DoubleArray getTransformationMatrix()
           
 boolean isTrafo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELEGATE

public static final PersistenceDelegate DELEGATE
Constructor Detail

VirtualConstant

public VirtualConstant(InputSlot slot,
                       Object value)
Method Detail

getSlot

public InputSlot getSlot()

isTrafo

public boolean isTrafo()

getAxisState

public AxisState getAxisState()

getTransformationMatrix

public DoubleArray getTransformationMatrix()

toString

public String toString()
Overrides:
toString in class Object