t3.hrd.util
Class LoadConfigsFromProperties
java.lang.Object
t3.hrd.util.LoadConfigsFromProperties
public class LoadConfigsFromProperties
- extends java.lang.Object
Routines to create PointInputDevices and ProjectorConfigs from a Properties object.
The Properties format is described elsewhere.
- Author:
- pjt40
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadConfigsFromProperties
public LoadConfigsFromProperties()
loadShapeInputDeviceFromProperties
public static ShapeInputDevice loadShapeInputDeviceFromProperties(int clientId,
java.util.Properties p)
loadScaRotTraMatrixFromProperties
public static Jama.Matrix loadScaRotTraMatrixFromProperties(java.util.Properties p,
java.lang.String prefix)
throws JOGLHelper.PropertiesException
- Throws:
JOGLHelper.PropertiesException
loadRectangle2DFromProperties
public static java.awt.geom.Rectangle2D loadRectangle2DFromProperties(java.util.Properties p,
java.lang.String prefix)
throws JOGLHelper.PropertiesException
- Throws:
JOGLHelper.PropertiesException
loadPointInputDevicesFromProperties
public static java.util.LinkedList<PointInputDevice> loadPointInputDevicesFromProperties(int clientId,
boolean accurate,
java.util.Properties p)
getProjectorConfigForGraphicsDeviceIndex
public static ProjectorConfig getProjectorConfigForGraphicsDeviceIndex(java.util.List<ProjectorConfig> pcs,
int i)
loadDESKvisibleAreaMaskFromProperties
public static java.awt.geom.Area loadDESKvisibleAreaMaskFromProperties(java.util.Properties p)
throws JOGLHelper.PropertiesException
- Throws:
JOGLHelper.PropertiesException
loadProjectorConfigsFromProperties
public static java.util.LinkedList<ProjectorConfig> loadProjectorConfigsFromProperties(java.util.Properties p)
throws JOGLHelper.PropertiesException
- Throws:
JOGLHelper.PropertiesException
saveProjectorConfigsToProperties
public static void saveProjectorConfigsToProperties(java.util.LinkedList<ProjectorConfig> pcs,
java.util.Properties p)
throws JOGLHelper.PropertiesException
- Throws:
JOGLHelper.PropertiesException