Class ImageDetails


  • public final class ImageDetails
    extends Object
    Class containing the image details of a single version of an Attachment.
    • Constructor Detail

      • ImageDetails

        public ImageDetails​(Attachment attachment,
                            int width,
                            int height,
                            String mimeType)
    • Method Detail

      • getHeight

        public int getHeight()
      • getWidth

        public int getWidth()
      • getMimeType

        public String getMimeType()
      • getAttachment

        public Attachment getAttachment()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object