Package org.lwjgl.opengl
Class XRandR.Screen
java.lang.Object
org.lwjgl.opengl.XRandR.Screen
- All Implemented Interfaces:
Cloneable
- Enclosing class:
XRandR
Encapsulates the configuration of a monitor.
Resolution and freq are fixed, position is mutable
- Author:
- ryanm
-
Field Summary
Fields -
Method Summary
-
Field Details
-
name
Name for this output -
width
public final int widthWidth in pixels -
height
public final int heightHeight in pixels -
freq
public final int freqFrequency in Hz -
xPos
public int xPosPosition on the x-axis, in pixels -
yPos
public int yPosPosition on the y-axis, in pixels
-
-
Method Details