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 AbstractGraphicsScreen
createDefault
(String type) Return the device this graphics configuration is valid forint
getIndex()
Returns the screen index this graphics screen is valid fortoString()
-
Constructor Details
-
DefaultGraphicsScreen
-
-
Method Details
-
createDefault
-
clone
- Specified by:
clone
in interfaceAbstractGraphicsScreen
-
getDevice
Description copied from interface:AbstractGraphicsScreen
Return the device this graphics configuration is valid for- Specified by:
getDevice
in interfaceAbstractGraphicsScreen
-
getIndex
public int getIndex()Description copied from interface:AbstractGraphicsScreen
Returns the screen index this graphics screen is valid for- Specified by:
getIndex
in interfaceAbstractGraphicsScreen
-
toString
-