t3.hrd.input
Class Sim

java.lang.Object
  extended by t3.hrd.input.PointInputDevice
      extended by t3.hrd.input.Sim

public class Sim
extends PointInputDevice

Simulator input just simulates pointer drawing circles with no buttons.

Author:
pjt40

Field Summary
 
Fields inherited from class t3.hrd.input.PointInputDevice
mINPUTtoDESK, state
 
Constructor Summary
Sim(int clientId, int personId, Jama.Matrix mINPUTtoDESK, boolean accurate, java.util.Properties p, java.lang.String prefix)
           
 
Method Summary
 void close()
           
 boolean updateState()
           
 
Methods inherited from class t3.hrd.input.PointInputDevice
setStateDESKcoordsFromINPUTcoords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sim

public Sim(int clientId,
           int personId,
           Jama.Matrix mINPUTtoDESK,
           boolean accurate,
           java.util.Properties p,
           java.lang.String prefix)
    throws InputDeviceException
Throws:
InputDeviceException
Method Detail

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