Package com.jogamp.nativewindow.awt
Class AWTGraphicsDevice
java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsDevice
com.jogamp.nativewindow.awt.AWTGraphicsDevice
- All Implemented Interfaces:
AbstractGraphicsDevice
,Cloneable
A wrapper for an AWT GraphicsDevice allowing it to be
handled in a toolkit-independent manner.
-
Field Summary
Fields inherited from interface com.jogamp.nativewindow.AbstractGraphicsDevice
DEBUG, DEFAULT_CONNECTION, DEFAULT_UNIT, EXTERNAL_CONNECTION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jogamp.nativewindow.DefaultGraphicsDevice
clearHandleOwner, close, getConnection, getDefaultDisplayConnection, getDefaultDisplayConnection, getHandle, getToolkitLock, getType, getUniqueID, getUnitID, isHandleOwner, lock, open, swapDeviceHandleAndOwnership, unlock, validateLocked
-
Constructor Details
-
AWTGraphicsDevice
-
-
Method Details
-
createDefault
-
clone
- Specified by:
clone
in interfaceAbstractGraphicsDevice
- Overrides:
clone
in classDefaultGraphicsDevice
-
getGraphicsDevice
-
toString
- Overrides:
toString
in classDefaultGraphicsDevice
-