public class PictureViewImpl extends Object implements PictureView
FIELD_CONTENT, FIELD_DESCRIPTION, FIELD_FILENAME, FIELD_HEIGHT, FIELD_INFO, FIELD_TAG, FIELD_TITLE, FIELD_WIDTH| Constructor and Description | 
|---|
PictureViewImpl()  | 
PictureViewImpl(Map<String,Serializable> m)  | 
| 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()
Returns the  
Blob of the picture view. | 
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)  | 
public PictureViewImpl()
public PictureViewImpl(Map<String,Serializable> m)
public int getWidth()
getWidth in interface PictureViewpublic void setWidth(int width)
setWidth in interface PictureViewpublic String getTitle()
getTitle in interface PictureViewpublic void setTitle(String title)
setTitle in interface PictureViewpublic String getDescription()
getDescription in interface PictureViewpublic void setDescription(String description)
setDescription in interface PictureViewpublic String getTag()
getTag in interface PictureViewpublic void setTag(String tag)
setTag in interface PictureViewpublic String getFilename()
getFilename in interface PictureViewpublic void setFilename(String filename)
setFilename in interface PictureViewpublic Blob getContent()
PictureViewBlob of the picture view.getContent in interface PictureViewpublic int getHeight()
getHeight in interface PictureViewpublic void setHeight(int height)
setHeight in interface PictureViewpublic Blob getBlob()
PictureViewBlob of the picture view.getBlob in interface PictureViewpublic void setBlob(Blob blob)
PictureViewBlob of this picture view.setBlob in interface PictureViewpublic ImageInfo getImageInfo()
PictureViewImageInfo of the picture view.getImageInfo in interface PictureViewpublic void setImageInfo(ImageInfo info)
PictureViewImageInfo of the picture view.setImageInfo in interface PictureViewpublic Map<String,Serializable> asMap()
PictureViewPictureView as a MAp to be stored inside a document.asMap in interface PictureViewCopyright © 2019 Nuxeo. All rights reserved.