t3.hrd.input
Class MaxellAnotoPen
java.lang.Object
t3.hrd.input.PointInputDevice
t3.hrd.input.MaxellAnotoPen
- All Implemented Interfaces:
- PenListener
public class MaxellAnotoPen
- extends PointInputDevice
- implements PenListener
PointInputDevice for use with Maxell Anoto streaming pens.
- Author:
- pjt40
Constructor Summary |
MaxellAnotoPen(int clientId,
int personId,
Jama.Matrix mINPUTtoDESK,
boolean accurate,
java.util.Properties p,
java.lang.String prefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxellAnotoPen
public MaxellAnotoPen(int clientId,
int personId,
Jama.Matrix mINPUTtoDESK,
boolean accurate,
java.util.Properties p,
java.lang.String prefix)
throws InputDeviceException
- Throws:
InputDeviceException
updateState
public boolean updateState()
throws InputDeviceException
- Specified by:
updateState
in class PointInputDevice
- Throws:
InputDeviceException
close
public void close()
throws InputDeviceException
- Specified by:
close
in class PointInputDevice
- Throws:
InputDeviceException
penUp
public void penUp()
- Specified by:
penUp
in interface PenListener
actuallySample
public void actuallySample(int x,
int y)
sample
public void sample(int x,
int y,
int force)
- Specified by:
sample
in interface PenListener