javax.media.nativewindow
Interface AbstractGraphicsDevice

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AWTGraphicsDevice, DefaultGraphicsDevice, EGLGraphicsDevice, MacOSXGraphicsDevice, WindowsGraphicsDevice, X11GraphicsDevice

public interface AbstractGraphicsDevice
extends Cloneable

A interface describing a graphics device in a toolkit-independent manner.


Method Summary
 long getHandle()
          Returns the native handle of the underlying native device, if such thing exist.
 String getType()
          Returns the type of the underlying subsystem, ie NativeWindowFactory.TYPE_KD, NativeWindowFactory.TYPE_X11, ..
 

Method Detail

getType

String getType()
Returns the type of the underlying subsystem, ie NativeWindowFactory.TYPE_KD, NativeWindowFactory.TYPE_X11, ..


getHandle

long getHandle()
Returns the native handle of the underlying native device, if such thing exist.



Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.