Package com.jogamp.nativewindow.awt
Class AWTGraphicsScreen
java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsScreen
com.jogamp.nativewindow.awt.AWTGraphicsScreen
- All Implemented Interfaces:
AbstractGraphicsScreen,Cloneable
A wrapper for an AWT GraphicsDevice (screen) allowing it to be
handled in a toolkit-independent manner.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static AbstractGraphicsScreenstatic AbstractGraphicsScreencreateScreenDevice(int index, int unitID) static AbstractGraphicsScreencreateScreenDevice(GraphicsDevice awtDevice, int unitID) static intfindScreenIndex(GraphicsDevice awtDevice) static GraphicsDevicegetScreenDevice(int index) Methods inherited from class com.jogamp.nativewindow.DefaultGraphicsScreen
createDefault, getDevice, getIndex, toString
-
Constructor Details
-
AWTGraphicsScreen
-
-
Method Details
-
getScreenDevice
-
findScreenIndex
-
createScreenDevice
-
createScreenDevice
-
createDefault
-
clone
- Specified by:
clonein interfaceAbstractGraphicsScreen- Overrides:
clonein classDefaultGraphicsScreen
-