|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.engine.ConfigKeys com.jstatcom.engine.grte.GRTEConfigKeys
public abstract class GRTEConfigKeys
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
.
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 |
---|
public static final GRTEConfigKeys DO_JGRTE_INIT
initJGRTE
should be called on
initialization and whether the graphics subdirectory should be created.
public static final GRTEConfigKeys GAUSSAPI_SYSLIBNAME
gaussjavaapirt
, which means that the GRT version 5 is
used. It is easily possible to switch to higher versions without changing
the JAVA code.
public static final GRTEConfigKeys GRAPHICS_DIR
public static final GRTEConfigKeys GCG_FILENAME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |