de.jreality.util
Class SystemProperties

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

public class SystemProperties
extends java.lang.Object

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

Author:
msommer

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

Field Detail

hostname

public static java.lang.String hostname

isPortal

public static boolean isPortal

AUTO_RENDER

public static final java.lang.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 java.lang.String AUTO_RENDER_DEFAULT
See Also:
Constant Field Values

SYNCH_RENDER

public static final java.lang.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 java.lang.String SYNCH_RENDER_DEFAULT
See Also:
Constant Field Values

ENVIRONMENT

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

See Also:
Constant Field Values

ENVIRONMENT_DEFAULT

public static final java.lang.String ENVIRONMENT_DEFAULT
See Also:
Constant Field Values

TOOL_CONFIG

public static final java.lang.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 java.lang.String TOOL_CONFIG_DEFAULT
See Also:
Constant Field Values

TOOL_CONFIG_FILE

public static final java.lang.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 java.lang.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 java.lang.String VIEWER_DEFAULT_JOGL
See Also:
Constant Field Values

VIEWER_DEFAULT_JOGL3

public static final java.lang.String VIEWER_DEFAULT_JOGL3
See Also:
Constant Field Values

VIEWER_JOGL_DOME

public static final java.lang.String VIEWER_JOGL_DOME
See Also:
Constant Field Values

VIEWER_JOGL3_DOME

public static final java.lang.String VIEWER_JOGL3_DOME
See Also:
Constant Field Values

VIEWER_DEFAULT_SOFT

public static final java.lang.String VIEWER_DEFAULT_SOFT
See Also:
Constant Field Values

CROSS_EYED_STEREO

public static final java.lang.String CROSS_EYED_STEREO
See Also:
Constant Field Values

CROSS_EYED_STEREO_DEFAULT

public static final java.lang.String CROSS_EYED_STEREO_DEFAULT
See Also:
Constant Field Values

JREALITY_DATA

public static final java.lang.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 java.lang.String JREALITY_DATA_DEFAULT
See Also:
Constant Field Values

SOFT_MAX_POLYVERTEX

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.String JOGL_QUAD_BUFFERED_STEREO
Flag converted into static field by de.jreality.jogl.JOGLConfiguration.
Values: true | false

See Also:
Constant Field Values

JOGL_LEFT_STEREO

public static final java.lang.String JOGL_LEFT_STEREO
See Also:
Constant Field Values

JOGL_RIGHT_STEREO

public static final java.lang.String JOGL_RIGHT_STEREO
See Also:
Constant Field Values

JOGL_MASTER_STEREO

public static final java.lang.String JOGL_MASTER_STEREO
See Also:
Constant Field Values

JOGL_COPY_CAT

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

See Also:
Constant Field Values

JOGL_BLEND_FUNC_SEPARATE

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

See Also:
Constant Field Values

JOGL_LOGGING_LEVEL

public static final java.lang.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 java.lang.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 java.lang.String CONFIG_SETTINGS_DEFAULT
See Also:
Constant Field Values

SELECTION_MANAGER

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

See Also:
Constant Field Values

SELECTION_MANAGER_DEFAULT

public static final java.lang.String SELECTION_MANAGER_DEFAULT
See Also:
Constant Field Values

PORTAL_HEADTRACKED_VIEWER

public static final java.lang.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 java.lang.String PORTAL_HEADTRACKED_VIEWER_DEFAULT
See Also:
Constant Field Values

BSH_JAR

public static final java.lang.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 java.lang.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 java.lang.String PORTAL_SCALE_DEFAULT
See Also:
Constant Field Values