| Klasse java.awt.DisplayMode | 1.4 |
java.lang.Object | +--java.awt.DisplayMode
| Datenelemente | |
|---|---|
| public final static int | BIT_DEPTH_MULTI |
| public final static int | REFRESH_RATE_UNKNOWN |
| Konstruktoren | |
|---|---|
| public | DisplayMode(int width, int height, int bitDepth, int refreshRate) |
| Methoden | |
|---|---|
| public boolean | equals(DisplayMode dm) |
| public int | getBitDepth() |
| public int | getHeight() |
| public int | getRefreshRate() |
| public int | getWidth() |
| public int | hashCode() |