Interface PictureView
- All Known Implementing Classes:
PictureViewImpl
public interface PictureView
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasMap()Convert thisPictureViewas a MAp to be stored inside a document.getBlob()Returns theBlobof the picture view.intReturns theImageInfoof the picture view.getTag()getTitle()intgetWidth()voidSets theBlobof this picture view.voidsetDescription(String description) voidsetFilename(String filename) voidsetHeight(int height) voidsetImageInfo(ImageInfo info) Sets theImageInfoof the picture view.voidvoidvoidsetWidth(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 theImageInfoof the picture view.- Since:
- 7.1
-
setImageInfo
Sets theImageInfoof the picture view.- Since:
- 7.1
-
getBlob
Blob getBlob()Returns theBlobof the picture view.- Since:
- 5.7
-
setBlob
Sets theBlobof this picture view.- Since:
- 5.7
-
asMap
Map<String,Serializable> asMap()Convert thisPictureViewas a MAp to be stored inside a document.- Since:
- 5.7
-