Uses of Class
t3.hrd.input.PointInputDevice

Packages that use PointInputDevice
t3.hrd.input   
t3.hrd.renderer   
t3.hrd.util   
t3.remotehrd.client   
 

Uses of PointInputDevice in t3.hrd.input
 

Subclasses of PointInputDevice in t3.hrd.input
 class MaxellAnotoPen
          PointInputDevice for use with Maxell Anoto streaming pens.
 class Sim
          Simulator input just simulates pointer drawing circles with no buttons.
 class Wintab
          Wintab PointInputDevice class for use with graphics tablets.
 

Uses of PointInputDevice in t3.hrd.renderer
 

Constructor parameters in t3.hrd.renderer with type arguments of type PointInputDevice
HRDRenderer(int clientId, java.util.List<ProjectorConfig> projectorConfigs, HRDRendererCallBacks callBacks, java.util.LinkedList<PointInputDevice> pointInputDevices, ShapeInputDevice shapeInputDevice, boolean shareTexturesBetweenContexts, boolean mouseAsPointInputDevice, BlendOptions bo)
          Create a new HRDRenderer.
 

Uses of PointInputDevice in t3.hrd.util
 

Methods in t3.hrd.util that return types with arguments of type PointInputDevice
static java.util.LinkedList<PointInputDevice> LoadConfigsFromProperties.loadPointInputDevicesFromProperties(int clientId, boolean accurate, java.util.Properties p)
           
 

Methods in t3.hrd.util with parameters of type PointInputDevice
static void Calibrate.calibrate(ProjectorConfig projectorConfig, PointInputDevice pid)
           
 

Method parameters in t3.hrd.util with type arguments of type PointInputDevice
static void Calibrate.showTestChecker(java.util.LinkedList<ProjectorConfig> projectorConfigs, java.util.LinkedList<PointInputDevice> pids, boolean useMouseAsPid, BlendOptions bo)
           
static void Calibrate.showTestWhite(java.util.LinkedList<ProjectorConfig> projectorConfigs, java.util.LinkedList<PointInputDevice> pids, boolean useMouseAsPid, BlendOptions bo)
           
 

Uses of PointInputDevice in t3.remotehrd.client
 

Constructor parameters in t3.remotehrd.client with type arguments of type PointInputDevice
RemoteHRDClient(int clientId, java.util.List<ProjectorConfig> projectorConfigs, java.net.Socket socket, RemoteHRDClientCallBacks rCallBacks, java.util.LinkedList<PointInputDevice> pointInputDevices, ShapeInputDevice shapeInputDevice, boolean shareTexturesBetweenContexts, boolean mouseAsPointingDevice, BlendOptions bo)
          Creates a new RemoteHRD client that listens on a specific socket.
RunInputSource(java.lang.String host, int port, java.util.LinkedList<PointInputDevice> pointInputDevices, ShapeInputDevice shapeInputDevice, int sleepTime)