public class DeviceManager extends Object
Constructor and Description |
---|
DeviceManager(ToolSystemConfiguration config,
ToolEventQueue queue,
Viewer viewer)
The constructor of the DeviceManager.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
setSystemTime(long timeStamp) |
List<ToolEvent> |
updateImplicitDevices()
update implicit devices, i.e., CameraToWorld and RootToCamera
Note that this method doesn't post any tool events because
any tools or virtual devices that depend on the camera
won't need this information until they're triggered by
some other event.
|
public DeviceManager(ToolSystemConfiguration config, ToolEventQueue queue, Viewer viewer)
config
- queue
- viewer
- public List<ToolEvent> updateImplicitDevices()
public void dispose()
public void setSystemTime(long timeStamp)