Example usage for Java java.awt DisplayMode fields, constructors, methods, implement or subclass
The text is from its open source code.
int | BIT_DEPTH_MULTI Value of the bit depth if multiple bit depths are supported in this display mode. |
int | REFRESH_RATE_UNKNOWN Value of the refresh rate if not known. |
DisplayMode(int width, int height, int bitDepth, int refreshRate) Create a new display mode object with the supplied parameters. |
int | getBitDepth() Returns the bit depth of the display, in bits per pixel. |
int | getHeight() Returns the height of the display, in pixels. |
int | getRefreshRate() Returns the refresh rate of the display, in hertz. |
int | getWidth() Returns the width of the display, in pixels. |