|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.Config
Class which contains the available system properties which can be enabled/disabled to allow performance enhancements to JExcelApi
Field Summary | |
static boolean |
chartsDisabled
Flag to indicate whether the chart feature is enabled or not Charts deactivated using -Dnocharts=true on the JVM command line Activated by default or by using -Dnocharts=false on the JVM command line |
static boolean |
gcDisabled
Flag to indicate whether the system hint garbage collection is enabled or not. |
static boolean |
namesDisabled
Flag to indicate whether the name feature is enabled or not Names deactivated using -Dnonames=true on the JVM command line Activated by default or by using -Dnonames=false on the JVM command line |
Constructor Summary | |
Config()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final boolean chartsDisabled
public static final boolean namesDisabled
public static final boolean gcDisabled
Constructor Detail |
public Config()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |