Class X11GraphicsScreen

java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsScreen
com.jogamp.nativewindow.x11.X11GraphicsScreen
All Implemented Interfaces:
AbstractGraphicsScreen, Cloneable

public class X11GraphicsScreen extends DefaultGraphicsScreen implements Cloneable
Encapsulates a screen index on X11 platforms. Objects of this type are passed to GraphicsConfigurationFactory.chooseGraphicsConfiguration() on X11 platforms when toolkits other than the AWT are being used.
  • Constructor Details

    • X11GraphicsScreen

      public X11GraphicsScreen(X11GraphicsDevice device, int screen)
      Constructs a new X11GraphicsScreen corresponding to the given native screen index.
  • Method Details