public class X11GraphicsScreen extends DefaultGraphicsScreen implements Cloneable
GraphicsConfigurationFactory.chooseGraphicsConfiguration()
on X11
platforms when toolkits other than the AWT are being used.Constructor and Description |
---|
X11GraphicsScreen(X11GraphicsDevice device,
int screen)
Constructs a new X11GraphicsScreen corresponding to the given native screen index.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
static AbstractGraphicsScreen |
createScreenDevice(long display,
int screenIdx,
boolean owner) |
int |
getVisualID() |
createDefault, getDevice, getIndex, toString
public X11GraphicsScreen(X11GraphicsDevice device, int screen)
public static AbstractGraphicsScreen createScreenDevice(long display, int screenIdx, boolean owner)
public int getVisualID()
public Object clone()
clone
in interface AbstractGraphicsScreen
clone
in class DefaultGraphicsScreen
Copyright 2010 JogAmp Community.