public interface PictureView
| Modifier and Type | Field and Description | 
|---|---|
static String | 
FIELD_CONTENT  | 
static String | 
FIELD_DESCRIPTION  | 
static String | 
FIELD_FILENAME  | 
static String | 
FIELD_HEIGHT  | 
static String | 
FIELD_INFO  | 
static String | 
FIELD_TAG  | 
static String | 
FIELD_TITLE  | 
static String | 
FIELD_WIDTH  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Serializable> | 
asMap()
Convert this  
PictureView as a MAp to be stored inside a document. | 
Blob | 
getBlob()
Returns the  
Blob of the picture view. | 
Blob | 
getContent()
Deprecated. 
 
since 7.2, use  
getBlob() instead | 
String | 
getDescription()  | 
String | 
getFilename()  | 
int | 
getHeight()  | 
ImageInfo | 
getImageInfo()
Returns the  
ImageInfo of the picture view. | 
String | 
getTag()  | 
String | 
getTitle()  | 
int | 
getWidth()  | 
void | 
setBlob(Blob blob)
Sets the  
Blob of this picture view. | 
void | 
setDescription(String description)  | 
void | 
setFilename(String filename)  | 
void | 
setHeight(int height)  | 
void | 
setImageInfo(ImageInfo info)
Sets the  
ImageInfo of the picture view. | 
void | 
setTag(String tag)  | 
void | 
setTitle(String title)  | 
void | 
setWidth(int width)  | 
static final String FIELD_TITLE
static final String FIELD_DESCRIPTION
static final String FIELD_TAG
static final String FIELD_WIDTH
static final String FIELD_HEIGHT
static final String FIELD_FILENAME
static final String FIELD_CONTENT
static final String FIELD_INFO
String getDescription()
void setDescription(String description)
int getHeight()
void setHeight(int height)
int getWidth()
void setWidth(int width)
String getFilename()
void setFilename(String filename)
Blob getContent()
getBlob() insteadBlob of the picture view.ImageInfo getImageInfo()
ImageInfo of the picture view.void setImageInfo(ImageInfo info)
ImageInfo of the picture view.Map<String,Serializable> asMap()
PictureView as a MAp to be stored inside a document.Copyright © 2019 Nuxeo. All rights reserved.