javax.media.j3d
Class NativeScreenInfo
java.lang.Object
javax.media.j3d.NativeScreenInfo
- Direct Known Subclasses:
- X11NativeScreenInfo
abstract class NativeScreenInfo
- extends java.lang.Object
Native screen info class. A singleton instance of the appropriate
concrete subclass is created by a factory method using reflection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x11ClassName
private static final java.lang.String x11ClassName
- See Also:
- Constant Field Values
win32ClassName
private static final java.lang.String win32ClassName
- See Also:
- Constant Field Values
nativeScreenInfo
private static NativeScreenInfo nativeScreenInfo
NativeScreenInfo
protected NativeScreenInfo()
createNativeScreenInfo
static void createNativeScreenInfo()
getNativeScreenInfo
static NativeScreenInfo getNativeScreenInfo()
getDisplay
abstract long getDisplay()
- Get the display handle
getScreen
abstract int getScreen(java.awt.GraphicsDevice graphicsDevice)
- Get the screen number for the given graphics device
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.