Class Preferences
- java.lang.Object
-
- org.eclipse.nebula.visualization.xygraph.util.Preferences
-
public class Preferences extends java.lang.Object
Access to preference settings. See preferences.ini for details on the available settings
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROHIBIT_ADVANCED_GRAPHICS
private static boolean
use_advanced_graphics
-
Constructor Summary
Constructors Constructor Description Preferences()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
useAdvancedGraphics()
-
-
-
Field Detail
-
PROHIBIT_ADVANCED_GRAPHICS
public static final java.lang.String PROHIBIT_ADVANCED_GRAPHICS
- See Also:
- Constant Field Values
-
use_advanced_graphics
private static boolean use_advanced_graphics
-
-