public class ToolEvent extends Object implements Serializable
Constructor and Description |
---|
ToolEvent(Object source,
InputSlot device,
AxisState axis)
Deprecated.
Use ToolEvent(Object source, long when, InputSlot device, AxisState axis)
|
ToolEvent(Object source,
InputSlot device,
DoubleArray trafo)
Deprecated.
Use ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo)
|
ToolEvent(Object source,
long when,
InputSlot device,
AxisState axis) |
ToolEvent(Object source,
long when,
InputSlot device,
AxisState axis,
DoubleArray trafo) |
ToolEvent(Object source,
long when,
InputSlot device,
DoubleArray trafo) |
Modifier and Type | Method and Description |
---|---|
void |
consume() |
AxisState |
getAxisState() |
InputSlot |
getInputSlot() |
Object |
getSource() |
long |
getTimeStamp() |
DoubleArray |
getTransformation() |
boolean |
isConsumed() |
String |
toString() |
public ToolEvent(Object source, InputSlot device, AxisState axis)
public ToolEvent(Object source, InputSlot device, DoubleArray trafo)
public ToolEvent(Object source, long when, InputSlot device, DoubleArray trafo)
public ToolEvent(Object source, long when, InputSlot device, AxisState axis, DoubleArray trafo)
public InputSlot getInputSlot()
public AxisState getAxisState()
public DoubleArray getTransformation()
public long getTimeStamp()
public Object getSource()
public void consume()
public boolean isConsumed()