Interface IImageDS
- All Superinterfaces:
IElementDS
,IReportingDS
- All Known Implementing Classes:
XmlImageDS
This data source is used to initialize an image element.
- Since:
- 6.0
- Author:
- Jon van Leuven
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Methods inherited from interface com.aquima.interactions.composer.ds.IElementDS
getName, getPresentationStyles
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
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
.
-