| java.lang.Object java.awt.DisplayMode
DisplayMode | final public class DisplayMode (Code) | | |
Constructor Summary | |
public | DisplayMode(int width, int height, int bitDepth, int refreshRate) |
BIT_DEPTH_MULTI | final public static int BIT_DEPTH_MULTI(Code) | | Constants
|
REFRESH_RATE_UNKNOWN | final public static int REFRESH_RATE_UNKNOWN(Code) | | |
DisplayMode | public DisplayMode(int width, int height, int bitDepth, int refreshRate)(Code) | | Constructors
|
getBitDepth | public int getBitDepth()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getRefreshRate | public int getRefreshRate()(Code) | | |
getWidth | public int getWidth()(Code) | | |
|
|