de.jreality.util
Class SystemProperties

java.lang.Object
  extended by de.jreality.util.SystemProperties

public class SystemProperties
extends Object

jReality system property keys and default values used in methods of Secure.

Author:
msommer

Field Summary
static String AUTO_RENDER
          Specifies whether ViewerApp initializes a RenderTrigger for the displayed scene.
Values: true | false
static String AUTO_RENDER_DEFAULT
           
static String BSH_JAR
          Specifies the location of bsh.jar for reading bsh script files.
static String CONFIG_SETTINGS
          Specifies a properties file used in ConfigurationAttributes for managing configuration settings.
Values: file path
static String CONFIG_SETTINGS_DEFAULT
           
static String CROSS_EYED_STEREO
           
static String CROSS_EYED_STEREO_DEFAULT
           
static String ENVIRONMENT
          Specifies the default JrScene used by ViewerApp.
Values: desktop | portal | portal-remote
static String ENVIRONMENT_DEFAULT
           
static String hostname
           
static boolean isPortal
           
static String JOGL_COPY_CAT
          Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false
static String JOGL_DEBUG_GL
          Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false
static String JOGL_LOGGING_LEVEL
          Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: finest | finer | fine | info (static fields of Level)
static String JOGL_QUAD_BUFFERED_STEREO
          Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false
static String JREALITY_DATA
          Specifies the path of the jReality data directory.
Values: directory path
static String JREALITY_DATA_DEFAULT
           
static String PORTAL_HEADTRACKED_VIEWER
          Specifies the viewer to be initialized by de.jreality.portal.HeadTrackedViewer#HeadTrackedViewer().
Values: class name of Viewer implementation
static String PORTAL_HEADTRACKED_VIEWER_DEFAULT
           
static String PORTAL_SCALE
          Specifies the scale for the portal coordinate system.
static String PORTAL_SCALE_DEFAULT
           
static String SELECTION_MANAGER
          Specifies the selection manager to be used.
Values: instances of SelectionManagerInterface
static String SELECTION_MANAGER_DEFAULT
           
static String SOFT_IMAGER
          Specifies the de.jreality.soft.Imager used in de.jreality.soft.NewPolygonRasterizer.
Values: hatch | toon (instances of de.jreality.soft.Imager)
static String SOFT_MAX_POLYVERTEX
          Maximal number of polygon vertices in de.jreality.soft.Polygon.
Values: non-negative integer
static String SYNCH_RENDER
          Specifies whether the RenderTrigger initialized by ViewerApp dispatches synchronous render requests.
Values: true | false
static String SYNCH_RENDER_DEFAULT
           
static String TOOL_CONFIG
          Specifies the ToolSystemConfiguration to be used by a ToolSystem.
Values: default | portal | portal-remote | desfault+portal
static String TOOL_CONFIG_DEFAULT
           
static String TOOL_CONFIG_FILE
          Specifies the ToolSystemConfiguration to be used by a ToolSystem.
Values: file name of a tool system cofiguration xml-file
static String VIEWER
          Specifies the viewer(s) to be initialized by ViewerApp.
Values: class names of Viewer implementations separated by space character
static String VIEWER_DEFAULT_JOGL
           
static String VIEWER_DEFAULT_SOFT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostname

public static String hostname

isPortal

public static boolean isPortal

AUTO_RENDER

public static final String AUTO_RENDER
Specifies whether ViewerApp initializes a RenderTrigger for the displayed scene.
Values: true | false

See Also:
SYNCH_RENDER, Constant Field Values

AUTO_RENDER_DEFAULT

public static final String AUTO_RENDER_DEFAULT
See Also:
Constant Field Values

SYNCH_RENDER

public static final String SYNCH_RENDER
Specifies whether the RenderTrigger initialized by ViewerApp dispatches synchronous render requests.
Values: true | false

See Also:
AUTO_RENDER, Constant Field Values

SYNCH_RENDER_DEFAULT

public static final String SYNCH_RENDER_DEFAULT
See Also:
Constant Field Values

ENVIRONMENT

public static final String ENVIRONMENT
Specifies the default JrScene used by ViewerApp.
Values: desktop | portal | portal-remote

See Also:
Constant Field Values

ENVIRONMENT_DEFAULT

public static final String ENVIRONMENT_DEFAULT
See Also:
Constant Field Values

TOOL_CONFIG

public static final String TOOL_CONFIG
Specifies the ToolSystemConfiguration to be used by a ToolSystem.
Values: default | portal | portal-remote | desfault+portal

See Also:
TOOL_CONFIG_FILE, Constant Field Values

TOOL_CONFIG_DEFAULT

public static final String TOOL_CONFIG_DEFAULT
See Also:
Constant Field Values

TOOL_CONFIG_FILE

public static final String TOOL_CONFIG_FILE
Specifies the ToolSystemConfiguration to be used by a ToolSystem.
Values: file name of a tool system cofiguration xml-file

See Also:
TOOL_CONFIG, Constant Field Values

VIEWER

public static final String VIEWER
Specifies the viewer(s) to be initialized by ViewerApp.
Values: class names of Viewer implementations separated by space character


VIEWER_DEFAULT_JOGL

public static final String VIEWER_DEFAULT_JOGL
See Also:
Constant Field Values

VIEWER_DEFAULT_SOFT

public static final String VIEWER_DEFAULT_SOFT
See Also:
Constant Field Values

CROSS_EYED_STEREO

public static final String CROSS_EYED_STEREO
See Also:
Constant Field Values

CROSS_EYED_STEREO_DEFAULT

public static final String CROSS_EYED_STEREO_DEFAULT
See Also:
Constant Field Values

JREALITY_DATA

public static final String JREALITY_DATA
Specifies the path of the jReality data directory.
Values: directory path

See Also:
Constant Field Values

JREALITY_DATA_DEFAULT

public static final String JREALITY_DATA_DEFAULT
See Also:
Constant Field Values

SOFT_MAX_POLYVERTEX

public static final String SOFT_MAX_POLYVERTEX
Maximal number of polygon vertices in de.jreality.soft.Polygon.
Values: non-negative integer

See Also:
Constant Field Values

SOFT_IMAGER

public static final String SOFT_IMAGER
Specifies the de.jreality.soft.Imager used in de.jreality.soft.NewPolygonRasterizer.
Values: hatch | toon (instances of de.jreality.soft.Imager)

See Also:
Constant Field Values

JOGL_DEBUG_GL

public static final String JOGL_DEBUG_GL
Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false

See Also:
Constant Field Values

JOGL_QUAD_BUFFERED_STEREO

public static final String JOGL_QUAD_BUFFERED_STEREO
Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false

See Also:
Constant Field Values

JOGL_COPY_CAT

public static final String JOGL_COPY_CAT
Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false

See Also:
Constant Field Values

JOGL_LOGGING_LEVEL

public static final String JOGL_LOGGING_LEVEL
Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: finest | finer | fine | info (static fields of Level)

See Also:
Constant Field Values

CONFIG_SETTINGS

public static final String CONFIG_SETTINGS
Specifies a properties file used in ConfigurationAttributes for managing configuration settings.
Values: file path

See Also:
Constant Field Values

CONFIG_SETTINGS_DEFAULT

public static final String CONFIG_SETTINGS_DEFAULT
See Also:
Constant Field Values

SELECTION_MANAGER

public static final String SELECTION_MANAGER
Specifies the selection manager to be used.
Values: instances of SelectionManagerInterface

See Also:
Constant Field Values

SELECTION_MANAGER_DEFAULT

public static final String SELECTION_MANAGER_DEFAULT
See Also:
Constant Field Values

PORTAL_HEADTRACKED_VIEWER

public static final String PORTAL_HEADTRACKED_VIEWER
Specifies the viewer to be initialized by de.jreality.portal.HeadTrackedViewer#HeadTrackedViewer().
Values: class name of Viewer implementation

See Also:
Constant Field Values

PORTAL_HEADTRACKED_VIEWER_DEFAULT

public static final String PORTAL_HEADTRACKED_VIEWER_DEFAULT
See Also:
Constant Field Values

BSH_JAR

public static final String BSH_JAR
Specifies the location of bsh.jar for reading bsh script files. Values: file path

See Also:
ReaderBSH, Constant Field Values

PORTAL_SCALE

public static final String PORTAL_SCALE
Specifies the scale for the portal coordinate system. Values: double

See Also:
de.jreality.portal.PortalCoordinateSystem, Constant Field Values

PORTAL_SCALE_DEFAULT

public static final String PORTAL_SCALE_DEFAULT
See Also:
Constant Field Values