public class Resolution extends Object
| Constructor and Description |
|---|
Resolution(int dpi) |
Resolution(int dpiX,
int dpiY) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDpiX() |
int |
getDpiY() |
void |
setDpiX(int dpiX) |
void |
setDpiY(int dpiY) |
String |
toString() |