Package org.lwjgl.opengl
Class XRandR.Screen
- java.lang.Object
-
- org.lwjgl.opengl.XRandR.Screen
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- XRandR
public static class XRandR.Screen extends java.lang.Object implements java.lang.Cloneable
Encapsulates the configuration of a monitor. Resolution and freq are fixed, position is mutable- Author:
- ryanm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
name
public final java.lang.String name
Name for this output
-
width
public final int width
Width in pixels
-
height
public final int height
Height in pixels
-
freq
public final int freq
Frequency in Hz
-
xPos
public int xPos
Position on the x-axis, in pixels
-
yPos
public int yPos
Position on the y-axis, in pixels
-
-