com.jstatcom.engine.grte
Class GRTEConfigKeys
- java.lang.Object
-
- com.jstatcom.engine.ConfigKeys
-
- com.jstatcom.engine.grte.GRTEConfigKeys
-
public abstract class GRTEConfigKeys extends ConfigKeys
Contains all constants that can be changed for the the GRTE environment. For every key the respective information is stored in an instance ofConfigHolder.
-
-
Field Summary
Fields Modifier and Type Field and Description static GRTEConfigKeysDO_JGRTE_INITWhether graphics initialization should be used or not.static GRTEConfigKeysGAUSSAPI_SYSLIBNAMESets the name of the system library to load.static GRTEConfigKeysGCG_FILENAMEThe gcg filename with the compiled code for GRTE.static GRTEConfigKeysGRAPHICS_DIRThe path to the graphics directory with read/write access.
-
Method Summary
-
Methods inherited from class com.jstatcom.engine.ConfigKeys
defaultVal, equals, getAllKeys, hashCode, isValid, name, toString
-
-
-
-
Field Detail
-
DO_JGRTE_INIT
public static final GRTEConfigKeys DO_JGRTE_INIT
Whether graphics initialization should be used or not. This is to control, whetherinitJGRTEshould be called on initialization and whether the graphics subdirectory should be created.
-
GAUSSAPI_SYSLIBNAME
public static final GRTEConfigKeys GAUSSAPI_SYSLIBNAME
Sets the name of the system library to load. The default isgaussjavaapirt, which means that the GRT version 5 is used. It is easily possible to switch to higher versions without changing the JAVA code.
-
GRAPHICS_DIR
public static final GRTEConfigKeys GRAPHICS_DIR
The path to the graphics directory with read/write access.
-
GCG_FILENAME
public static final GRTEConfigKeys GCG_FILENAME
The gcg filename with the compiled code for GRTE.
-
-
DMelt 3.0 © DataMelt by jWork.ORG