abstract class NativeScreenInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static NativeScreenInfo |
nativeScreenInfo |
private static java.lang.String |
win32ClassName |
private static java.lang.String |
x11ClassName |
| Modifier | Constructor and Description |
|---|---|
protected |
NativeScreenInfo() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
createNativeScreenInfo() |
(package private) abstract long |
getDisplay()
Get the display handle
|
(package private) static NativeScreenInfo |
getNativeScreenInfo() |
(package private) abstract int |
getScreen(java.awt.GraphicsDevice graphicsDevice)
Get the screen number for the given graphics device
|
private static final java.lang.String x11ClassName
private static final java.lang.String win32ClassName
private static NativeScreenInfo nativeScreenInfo
static void createNativeScreenInfo()
static NativeScreenInfo getNativeScreenInfo()
abstract long getDisplay()
abstract int getScreen(java.awt.GraphicsDevice graphicsDevice)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.