|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.util.SystemProperties
public class SystemProperties
jReality system property keys and default values
used in methods of Secure
.
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 |
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 |
---|
public static String hostname
public static boolean isPortal
public static final String AUTO_RENDER
ViewerApp
initializes a RenderTrigger
for the displayed scene.true | false
SYNCH_RENDER
,
Constant Field Valuespublic static final String AUTO_RENDER_DEFAULT
public static final String SYNCH_RENDER
RenderTrigger
initialized by ViewerApp
dispatches synchronous render requests.true | false
AUTO_RENDER
,
Constant Field Valuespublic static final String SYNCH_RENDER_DEFAULT
public static final String ENVIRONMENT
ViewerApp
.desktop | portal | portal-remote
public static final String ENVIRONMENT_DEFAULT
public static final String TOOL_CONFIG
ToolSystemConfiguration
to be used by a ToolSystem
.default | portal | portal-remote | desfault+portal
TOOL_CONFIG_FILE
,
Constant Field Valuespublic static final String TOOL_CONFIG_DEFAULT
public static final String TOOL_CONFIG_FILE
ToolSystemConfiguration
to be used by a ToolSystem
.
TOOL_CONFIG
,
Constant Field Valuespublic static final String VIEWER
ViewerApp
.Viewer
implementations separated by space character
public static final String VIEWER_DEFAULT_JOGL
public static final String VIEWER_DEFAULT_SOFT
public static final String JREALITY_DATA
public static final String JREALITY_DATA_DEFAULT
public static final String SOFT_MAX_POLYVERTEX
de.jreality.soft.Polygon
.
public static final String SOFT_IMAGER
de.jreality.soft.Imager
used in de.jreality.soft.NewPolygonRasterizer
.hatch | toon
(instances of de.jreality.soft.Imager
)
public static final String JOGL_DEBUG_GL
de.jreality.jogl.JOGLConfiguration
.true | false
public static final String JOGL_QUAD_BUFFERED_STEREO
de.jreality.jogl.JOGLConfiguration
.true | false
public static final String JOGL_COPY_CAT
de.jreality.jogl.JOGLConfiguration
.true | false
public static final String JOGL_LOGGING_LEVEL
de.jreality.jogl.JOGLConfiguration
.finest | finer | fine | info
(static fields of Level
)
public static final String CONFIG_SETTINGS
ConfigurationAttributes
for managing configuration settings.
public static final String CONFIG_SETTINGS_DEFAULT
public static final String SELECTION_MANAGER
SelectionManagerInterface
public static final String SELECTION_MANAGER_DEFAULT
public static final String PORTAL_HEADTRACKED_VIEWER
de.jreality.portal.HeadTrackedViewer#HeadTrackedViewer()
.Viewer
implementation
public static final String PORTAL_HEADTRACKED_VIEWER_DEFAULT
public static final String BSH_JAR
bsh.jar
for reading bsh script files.
Values: file path
ReaderBSH
,
Constant Field Valuespublic static final String PORTAL_SCALE
de.jreality.portal.PortalCoordinateSystem
,
Constant Field Valuespublic static final String PORTAL_SCALE_DEFAULT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |