javax.media.opengl
Class AWTGraphicsDevice

java.lang.Object
  extended by javax.media.opengl.AWTGraphicsDevice
All Implemented Interfaces:
AbstractGraphicsDevice

public class AWTGraphicsDevice
extends java.lang.Object
implements AbstractGraphicsDevice

A wrapper for an AWT GraphicsDevice allowing it to be handled in a toolkit-independent manner.


Constructor Summary
AWTGraphicsDevice(java.awt.GraphicsDevice device)
           
 
Method Summary
 java.awt.GraphicsDevice getGraphicsDevice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTGraphicsDevice

public AWTGraphicsDevice(java.awt.GraphicsDevice device)
Method Detail

getGraphicsDevice

public java.awt.GraphicsDevice getGraphicsDevice()


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