public class CustomResolution extends java.lang.Object implements Resolution
Constructor and Description |
---|
CustomResolution(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the height of outputted images.
|
int |
getWidth()
Get the width of outputted images.
|
java.lang.String |
toString() |
public int getWidth()
Resolution
getWidth
in interface Resolution
public int getHeight()
Resolution
getHeight
in interface Resolution
public java.lang.String toString()
toString
in class java.lang.Object