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 AbstractGraphicsScreen
static AbstractGraphicsScreen
createScreenDevice
(int index, int unitID) static AbstractGraphicsScreen
createScreenDevice
(GraphicsDevice awtDevice, int unitID) static int
findScreenIndex
(GraphicsDevice awtDevice) static GraphicsDevice
getScreenDevice
(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:
clone
in interfaceAbstractGraphicsScreen
- Overrides:
clone
in classDefaultGraphicsScreen
-