de.jreality.toolsystem.virtual
Class VirtualReverseAxis
java.lang.Object
de.jreality.toolsystem.virtual.VirtualReverseAxis
- All Implemented Interfaces:
- VirtualDevice
public class VirtualReverseAxis
- extends Object
- implements VirtualDevice
Changes the sign of the axis value of the given slot
usage: Virtual.Map[src-slot-name]: target-slot-name
- Author:
- weissman
VirtualReverseAxis
public VirtualReverseAxis()
process
public ToolEvent process(VirtualDeviceContext context)
throws MissingSlotException
- Specified by:
process
in interface VirtualDevice
- Throws:
MissingSlotException
initialize
public void initialize(List inputSlots,
InputSlot result,
Map configuration)
- Specified by:
initialize
in interface VirtualDevice
dispose
public void dispose()
- Specified by:
dispose
in interface VirtualDevice
getName
public String getName()
- Specified by:
getName
in interface VirtualDevice
toString
public String toString()
- Overrides:
toString
in class Object