Interface PictureView
- All Known Implementing Classes:
PictureViewImpl
public interface PictureView
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
Convert thisPictureView
as a MAp to be stored inside a document.getBlob()
Returns theBlob
of the picture view.int
Returns theImageInfo
of the picture view.getTag()
getTitle()
int
getWidth()
void
Sets theBlob
of this picture view.void
setDescription
(String description) void
setFilename
(String filename) void
setHeight
(int height) void
setImageInfo
(ImageInfo info) Sets theImageInfo
of the picture view.void
void
void
setWidth
(int width)
-
Field Details
-
FIELD_TITLE
- See Also:
-
FIELD_DESCRIPTION
- See Also:
-
FIELD_TAG
- See Also:
-
FIELD_WIDTH
- See Also:
-
FIELD_HEIGHT
- See Also:
-
FIELD_FILENAME
- See Also:
-
FIELD_CONTENT
- See Also:
-
FIELD_INFO
- See Also:
-
-
Method Details
-
getTitle
String getTitle() -
setTitle
-
getTag
String getTag() -
setTag
-
getDescription
String getDescription() -
setDescription
-
getHeight
int getHeight() -
setHeight
void setHeight(int height) -
getWidth
int getWidth() -
setWidth
void setWidth(int width) -
getFilename
String getFilename() -
setFilename
-
getImageInfo
ImageInfo getImageInfo()Returns theImageInfo
of the picture view.- Since:
- 7.1
-
setImageInfo
Sets theImageInfo
of the picture view.- Since:
- 7.1
-
getBlob
Blob getBlob()Returns theBlob
of the picture view.- Since:
- 5.7
-
setBlob
Sets theBlob
of this picture view.- Since:
- 5.7
-
asMap
Map<String,Serializable> asMap()Convert thisPictureView
as a MAp to be stored inside a document.- Since:
- 5.7
-