33package com.jogamp.nativewindow;
37 private final int idx;
52 }
catch (
final CloneNotSupportedException e) {
69 return getClass().getSimpleName()+
"["+device+
", idx "+idx+
"]";
static String getDefaultDisplayConnection()
Return the default display connection for the given windowing toolkit type gathered via NativeWindowF...
DefaultGraphicsScreen(final AbstractGraphicsDevice device, final int idx)
AbstractGraphicsDevice getDevice()
Return the device this graphics configuration is valid for.
int getIndex()
Returns the screen index this graphics screen is valid for.
static AbstractGraphicsScreen createDefault(final String type)
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeExceptio...
A interface describing a graphics device in a toolkit-independent manner.
static int DEFAULT_UNIT
Default unit id for the 1st device: 0.
A interface describing a graphics screen in a toolkit-independent manner.