public static class Graphics.DisplayMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bitsPerPixel |
int |
height |
int |
refreshRate |
int |
width |
Modifier | Constructor and Description |
---|---|
protected |
DisplayMode(int width,
int height,
int refreshRate,
int bitsPerPixel) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |