Class Attachment.Metadata

  • Enclosing class:
    Attachment


    public static class Attachment.Metadata
    extends java.lang.Object
    Information about the image attachment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      int getHeight()
      Returns the height of the image in pixels.
      int getWidth()
      Returns the width of the image in pixels.
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWidth

        public int getWidth()
        Returns the width of the image in pixels.
      • getHeight

        public int getHeight()
        Returns the height of the image in pixels.
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object