Class Photo.Image

    • Constructor Detail

    • Method Detail

      • getHeight

        public Integer getHeight()
        The height of the image in pixels.
        Returns:
        The height of the image in pixels.
      • setHeight

        public void setHeight​(Integer height)
        The height of the image in pixels.
      • getWidth

        public Integer getWidth()
        The width of the image in pixels.
        Returns:
        The width of the image in pixels.
      • setWidth

        public void setWidth​(Integer width)
        The width of the image in pixels.
      • getSource

        public String getSource()
        The source URL of the image.
        Returns:
        The source URL of the image.
      • setSource

        public void setSource​(String source)
        The source URL of the image.