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

    Modifier and Type Method Description
    int getHeight()
    Get the height of outputted images.
    int getWidth()
    Get the width of outputted images.
  • Method Details

    • getWidth

      int getWidth()
      Get the width of outputted images.
      Returns:
      width
    • getHeight

      int getHeight()
      Get the height of outputted images.
      Returns:
      height