Interface Resolution
- All Known Implementing Classes:
CustomResolution,Resolutions
public interface Resolution
Define resolution of outputted images.
An enumeration of common resolutions is provided in
Resolutions.- See Also:
CustomResolution,Resolutions
-
Method Summary
-
Method Details
-
getWidth
int getWidth()Get the width of outputted images.- Returns:
- width
-
getHeight
int getHeight()Get the height of outputted images.- Returns:
- height
-