com.jogamp.nativewindow.awt
Class AWTGraphicsDevice
java.lang.Object
javax.media.nativewindow.DefaultGraphicsDevice
com.jogamp.nativewindow.awt.AWTGraphicsDevice
- All Implemented Interfaces:
- Cloneable, AbstractGraphicsDevice
public class AWTGraphicsDevice
- extends DefaultGraphicsDevice
- implements Cloneable
A wrapper for an AWT GraphicsDevice allowing it to be
handled in a toolkit-independent manner.
Methods inherited from class javax.media.nativewindow.DefaultGraphicsDevice |
clearHandleOwner, close, getConnection, getHandle, getToolkitLock, getType, getUniqueID, getUnitID, isHandleOwner, lock, open, swapDeviceHandleAndOwnership, unlock, validateLocked |
AWTGraphicsDevice
public AWTGraphicsDevice(GraphicsDevice device,
int unitID)
createDefault
public static AWTGraphicsDevice createDefault()
clone
public Object clone()
- Specified by:
clone
in interface AbstractGraphicsDevice
- Overrides:
clone
in class DefaultGraphicsDevice
getGraphicsDevice
public GraphicsDevice getGraphicsDevice()
toString
public String toString()
- Overrides:
toString
in class DefaultGraphicsDevice
Copyright 2010 JogAmp Community.