Uses of Class
t3.hrd.input.ShapeInputDevice

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

Uses of ShapeInputDevice in t3.hrd.input
 

Subclasses of ShapeInputDevice in t3.hrd.input
 class ExternalProgramShapeInput
          Experimental.
 

Uses of ShapeInputDevice in t3.hrd.renderer
 

Constructors in t3.hrd.renderer with parameters of type ShapeInputDevice
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 ShapeInputDevice in t3.hrd.util
 

Methods in t3.hrd.util that return ShapeInputDevice
static ShapeInputDevice LoadConfigsFromProperties.loadShapeInputDeviceFromProperties(int clientId, java.util.Properties p)
           
 

Uses of ShapeInputDevice in t3.remotehrd.client
 

Constructors in t3.remotehrd.client with parameters of type ShapeInputDevice
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)