de.jreality.toolsystem
Class ToolEvent
java.lang.Object
de.jreality.toolsystem.ToolEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ToolEvent
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- weissman
- See Also:
- Serialized Form
Constructor Summary |
ToolEvent(java.lang.Object source,
InputSlot device,
AxisState axis)
Deprecated. Use ToolEvent(Object source, long when, InputSlot device, AxisState axis) |
ToolEvent(java.lang.Object source,
InputSlot device,
DoubleArray trafo)
Deprecated. Use ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo) |
ToolEvent(java.lang.Object source,
long when,
InputSlot device,
AxisState axis)
|
ToolEvent(java.lang.Object source,
long when,
InputSlot device,
AxisState axis,
DoubleArray trafo)
|
ToolEvent(java.lang.Object source,
long when,
InputSlot device,
DoubleArray trafo)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ToolEvent
public ToolEvent(java.lang.Object source,
InputSlot device,
AxisState axis)
- Deprecated. Use ToolEvent(Object source, long when, InputSlot device, AxisState axis)
ToolEvent
public ToolEvent(java.lang.Object source,
long when,
InputSlot device,
AxisState axis)
ToolEvent
public ToolEvent(java.lang.Object source,
InputSlot device,
DoubleArray trafo)
- Deprecated. Use ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo)
ToolEvent
public ToolEvent(java.lang.Object source,
long when,
InputSlot device,
DoubleArray trafo)
ToolEvent
public ToolEvent(java.lang.Object source,
long when,
InputSlot device,
AxisState axis,
DoubleArray trafo)
getInputSlot
public InputSlot getInputSlot()
getAxisState
public AxisState getAxisState()
getTransformation
public DoubleArray getTransformation()
getTimeStamp
public long getTimeStamp()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getSource
public java.lang.Object getSource()
consume
public void consume()
isConsumed
public boolean isConsumed()