Class ImageInfo


  • public class ImageInfo
    extends FileInfo
    Image info.
    • Field Detail

      • height

        private Long height
        The intended display height of the image in pixels. This may differ from the intrinsic dimensions of the image file.
      • width

        private Long width
        The intended display width of the image in pixels. This may differ from the intrinsic dimensions of the image file.
    • Constructor Detail

      • ImageInfo

        public ImageInfo()
    • Method Detail

      • getHeight

        public Long getHeight()
      • setHeight

        public void setHeight​(Long height)
      • getWidth

        public Long getWidth()
      • setWidth

        public void setWidth​(Long width)