public static class XRandR.Screen
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
freq
Frequency in Hz
|
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
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String name
public final int width
public final int height
public final int freq
public int xPos
public int yPos
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.