public static class Graphics.DisplayMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bitsPerPixel
the number of bits per pixel, may exclude alpha
|
int |
height
the height in physical pixles
|
int |
refreshRate
the refresh rate in Hertz
|
int |
width
the width in physical pixels
|
| Modifier | Constructor and Description |
|---|---|
protected |
DisplayMode(int width,
int height,
int refreshRate,
int bitsPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final int width
public final int height
public final int refreshRate
public final int bitsPerPixel