Class ImageDimensions


  • @Immutable
    public class ImageDimensions
    extends Object
    The height and width of an image or thumbnail.
    Since:
    5.3
    • Constructor Detail

      • ImageDimensions

        public ImageDimensions​(int width,
                               int height)
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object