public class XRandR
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
XRandR.Screen
Encapsulates the configuration of a monitor.
|
Constructor and Description |
---|
XRandR() |
Modifier and Type | Method and Description |
---|---|
static XRandR.Screen[] |
getConfiguration() |
static XRandR.Screen[] |
getResolutions(java.lang.String name) |
static java.lang.String[] |
getScreenNames() |
static void |
setConfiguration(XRandR.Screen... screens) |
public static XRandR.Screen[] getConfiguration()
public static void setConfiguration(XRandR.Screen... screens)
screens
- The desired screen set, may not be null
java.lang.IllegalArgumentException
- if no screens are specifiedpublic static java.lang.String[] getScreenNames()
public static XRandR.Screen[] getResolutions(java.lang.String name)
name
- null
if there is no such screenCopyright © 2002-2009 lwjgl.org. All Rights Reserved.