Fields
static final int
Value of the bit depth if multiple bit depths are supported in this display mode.
static final int
Value of the refresh rate if not known.
Constructors
DisplayMode(int width, int height, int bitDepth, int refreshRate)
Create a new display mode object with the supplied parameters.
boolean
Returns whether the two display modes are equal.
int
Returns the bit depth of the display, in bits per pixel.
int
Returns the height of the display, in pixels.
int
Returns the refresh rate of the display, in hertz.
int
Returns the width of the display, in pixels.
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DisplayMode(int width, int height, int bitDepth, int refreshRate)
Create a new display mode object with the supplied parameters.
width
- the width of the display, in pixels
height
- the height of the display, in pixels
bitDepth
- the bit depth of the display, in bits per pixel. This can be BIT_DEPTH_MULTI
if multiple bit depths are available.
refreshRate
- the refresh rate of the display, in hertz. This can be REFRESH_RATE_UNKNOWN
if the information is not available.
public int getHeight()
Returns the height of the display, in pixels.
public int getWidth()
Returns the width of the display, in pixels.
public int getBitDepth()
Returns the bit depth of the display, in bits per pixel. This may be BIT_DEPTH_MULTI
if multiple bit depths are supported in this display mode.
public int getRefreshRate()
Returns the refresh rate of the display, in hertz. This may be REFRESH_RATE_UNKNOWN
if the information is not available.
Returns whether the two display modes are equal.
dm
- the display mode to compare to
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4