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, ..
 void lock()
           
 void unlock()
           
 

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.


lock

void lock()

unlock

void unlock()


Copyright 2010 JogAmp Community.