Interface PictureView

All Known Implementing Classes:
PictureViewImpl

public interface PictureView
  • Field Details

  • Method Details

    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
    • getTag

      String getTag()
    • setTag

      void setTag(String tag)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getHeight

      int getHeight()
    • setHeight

      void setHeight(int height)
    • getWidth

      int getWidth()
    • setWidth

      void setWidth(int width)
    • getFilename

      String getFilename()
    • setFilename

      void setFilename(String filename)
    • getImageInfo

      ImageInfo getImageInfo()
      Returns the ImageInfo of the picture view.
      Since:
      7.1
    • setImageInfo

      void setImageInfo(ImageInfo info)
      Sets the ImageInfo of the picture view.
      Since:
      7.1
    • getBlob

      Blob getBlob()
      Returns the Blob of the picture view.
      Since:
      5.7
    • setBlob

      void setBlob(Blob blob)
      Sets the Blob of this picture view.
      Since:
      5.7
    • asMap

      Convert this PictureView as a MAp to be stored inside a document.
      Since:
      5.7