|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Thumbnail | |
org.jempbox.xmp | This package holds data access classes for XMP data structures. |
Uses of Thumbnail in org.jempbox.xmp |
Methods in org.jempbox.xmp that return Thumbnail | |
Thumbnail |
XMPSchemaBasic.getThumbnail()
Get the default value for the thumbnail. |
Thumbnail |
XMPSchemaBasic.getThumbnail(java.lang.String language)
Get the thumbnail in a specific language. |
Thumbnail |
XMPSchema.getThumbnailProperty(java.lang.String propertyName,
java.lang.String language)
Get the value of a multi-lingual property. |
Methods in org.jempbox.xmp with parameters of type Thumbnail | |
void |
XMPSchemaBasic.setThumbnail(Thumbnail thumbnail)
Set the default value for the thumbnail. |
void |
XMPSchemaBasic.setThumbnail(java.lang.String language,
Thumbnail thumbnail)
Set the thumbnail of this resource in a specific language. |
void |
XMPSchema.setThumbnailProperty(java.lang.String propertyName,
java.lang.String language,
Thumbnail value)
Set the value of a multi-lingual property. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |