Class ImageDimension

    • Constructor Detail

      • ImageDimension

        public ImageDimension​(String width,
                              String height)
        Constructor.
        Parameters:
        width - width of the image
        height - height of the image
    • Method Detail

      • getWidth

        public String getWidth()
        Getter.
        Returns:
        width of the image
      • getHeight

        public String getHeight()
        Getter.
        Returns:
        height of the image