com.jstatcom.engine.grte
Class GRTEConfigKeys

java.lang.Object
  extended by com.jstatcom.engine.ConfigKeys
      extended by 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 of ConfigHolder.

Author:
Markus Kraetzig

Field Summary
static GRTEConfigKeys DO_JGRTE_INIT
          Whether graphics initialization should be used or not.
static GRTEConfigKeys GAUSSAPI_SYSLIBNAME
          Sets the name of the system library to load.
static GRTEConfigKeys GCG_FILENAME
          The gcg filename with the compiled code for GRTE.
static GRTEConfigKeys GRAPHICS_DIR
          The 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
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DO_JGRTE_INIT

public static final GRTEConfigKeys DO_JGRTE_INIT
Whether graphics initialization should be used or not. This is to control, whether initJGRTE should 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 is gaussjavaapirt, 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.