javax.media.opengl
Class AWTGraphicsConfiguration

java.lang.Object
  extended by javax.media.opengl.AWTGraphicsConfiguration
All Implemented Interfaces:
AbstractGraphicsConfiguration

public class AWTGraphicsConfiguration
extends java.lang.Object
implements AbstractGraphicsConfiguration

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


Constructor Summary
AWTGraphicsConfiguration(java.awt.GraphicsConfiguration config)
           
 
Method Summary
 java.awt.GraphicsConfiguration getGraphicsConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTGraphicsConfiguration

public AWTGraphicsConfiguration(java.awt.GraphicsConfiguration config)
Method Detail

getGraphicsConfiguration

public java.awt.GraphicsConfiguration getGraphicsConfiguration()


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