class X11NativeScreenInfo extends NativeScreenInfo
| Modifier and Type | Field and Description |
|---|---|
private static long |
display |
private static boolean |
glxChecked |
private static boolean |
isGLX13 |
| Constructor and Description |
|---|
X11NativeScreenInfo() |
| Modifier and Type | Method and Description |
|---|---|
(package private) long |
getDisplay()
Get the display handle
|
(package private) int |
getScreen(java.awt.GraphicsDevice graphicsDevice)
Get the screen number for the given graphics device
|
private static long |
getStaticDisplay() |
(package private) static boolean |
isGLX13() |
private static long |
openDisplay() |
private static boolean |
queryGLX13(long display) |
createNativeScreenInfo, getNativeScreenInfoprivate static long display
private static boolean glxChecked
private static boolean isGLX13
private static long openDisplay()
private static boolean queryGLX13(long display)
static boolean isGLX13()
private static long getStaticDisplay()
long getDisplay()
NativeScreenInfogetDisplay in class NativeScreenInfoint getScreen(java.awt.GraphicsDevice graphicsDevice)
NativeScreenInfogetScreen in class NativeScreenInfoCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.