Package com.jogamp.nativewindow
Interface AbstractGraphicsScreen
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AWTGraphicsScreen
,DefaultGraphicsScreen
,X11GraphicsScreen
public interface AbstractGraphicsScreen extends Cloneable
A interface describing a graphics screen in a toolkit-independent manner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
clone()
AbstractGraphicsDevice
getDevice()
Return the device this graphics configuration is valid forint
getIndex()
Returns the screen index this graphics screen is valid for
-
-
-
Method Detail
-
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
-
-