Package com.jogamp.nativewindow
Class DefaultGraphicsScreen
java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsScreen
- All Implemented Interfaces:
AbstractGraphicsScreen,Cloneable
- Direct Known Subclasses:
AWTGraphicsScreen,X11GraphicsScreen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static AbstractGraphicsScreencreateDefault(String type) Return the device this graphics configuration is valid forintgetIndex()Returns the screen index this graphics screen is valid fortoString()
-
Constructor Details
-
DefaultGraphicsScreen
-
-
Method Details
-
createDefault
-
clone
- Specified by:
clonein interfaceAbstractGraphicsScreen
-
getDevice
Description copied from interface:AbstractGraphicsScreenReturn the device this graphics configuration is valid for- Specified by:
getDevicein interfaceAbstractGraphicsScreen
-
getIndex
public int getIndex()Description copied from interface:AbstractGraphicsScreenReturns the screen index this graphics screen is valid for- Specified by:
getIndexin interfaceAbstractGraphicsScreen
-
toString
-