Interface IImageDS

All Superinterfaces:
IElementDS, IReportingDS
All Known Implementing Classes:
XmlImageDS, XmlImageDS

public interface IImageDS extends IReportingDS, IElementDS
This data source is used to initialize an image element.
Since:
6.0
Author:
Jon van Leuven
  • Method Details

    • getImageContentType

      ImageContentType getImageContentType()
      Returns:
      Image content type, never null.
    • getQRCodeContent

      String getQRCodeContent()
      Returns:
      String containing the QR code content, it might be null.
    • getImageData

      byte[] getImageData()
      Returns:
      Byte array containing the image, it might be null.
    • getImageType

      ImageType getImageType()
      Returns:
      Image type (Jpeg/SVG/etc), it might be null.