public final class Resolution
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Resolution |
EMPTY
An "empty" resolution of
0 x 0 . |
Constructor and Description |
---|
Resolution(int width,
int height)
Creates a new resolution object.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
java.lang.String |
toString() |
public static final Resolution EMPTY
0 x 0
. This should be used instead of null
.