|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.XRandR.Screen
public static class XRandR.Screen
Encapsulates the configuration of a monitor. Resolution is fixed, position is mutable
| Field Summary | |
|---|---|
int |
height
Height in pixels |
java.lang.String |
name
Name for this output |
int |
width
Width in pixels |
int |
xPos
Position on the x-axis, in pixels |
int |
yPos
Position on the y-axis, in pixels |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
public final int width
public final int height
public int xPos
public int yPos
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||