Class ImageFile

    • Constructor Detail

      • ImageFile

        public ImageFile()
    • Method Detail

      • getWidth

        public Long getWidth()
        Description copied from interface: Image
        The image width.
        Specified by:
        getWidth in interface Image
        Returns:
        the width.
      • getHeight

        public Long getHeight()
        Description copied from interface: Image
        The image height.
        Specified by:
        getHeight in interface Image
        Returns:
        the height.
      • getThumbnailWidth

        public Long getThumbnailWidth()
        Description copied from interface: Image
        The image thumbanil width.
        Specified by:
        getThumbnailWidth in interface Image
        Returns:
        the thumbnail width.
      • getThumbnailHeight

        public Long getThumbnailHeight()
        Description copied from interface: Image
        The image thumbnail height.
        Specified by:
        getThumbnailHeight in interface Image
        Returns:
        the thumbnail height.