public class ScreenResolution extends Object
| Constructor and Description |
|---|
ScreenResolution(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ScreenResolution |
getDefaultResolution() |
static String |
getDefaultResolutionString() |
int |
getHeight() |
static List<ScreenResolution> |
getList() |
int |
getWidth() |
String |
toString() |
public int getWidth()
public int getHeight()
public static List<ScreenResolution> getList()
public static ScreenResolution getDefaultResolution()
public static String getDefaultResolutionString()
Copyright © 2016–2021. All rights reserved.