Package com.jogamp.nativewindow
Interface AbstractGraphicsScreen
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AWTGraphicsScreen
,DefaultGraphicsScreen
,X11GraphicsScreen
A interface describing a graphics screen in a
toolkit-independent manner.
-
Method Details
-
clone
Object clone() -
getDevice
AbstractGraphicsDevice getDevice()Return the device this graphics configuration is valid for -
getIndex
int getIndex()Returns the screen index this graphics screen is valid for
-