Package | Description |
---|---|
org.apache.jempbox.xmp |
This package holds data access classes for XMP data structures.
|
Modifier and Type | Method and Description |
---|---|
Thumbnail |
XMPSchemaBasic.getThumbnail()
Get the default value for the thumbnail.
|
Thumbnail |
XMPSchemaBasic.getThumbnail(String language)
Get the thumbnail in a specific language.
|
Thumbnail |
XMPSchema.getThumbnailProperty(String propertyName,
String language)
Get the value of a multi-lingual property.
|
Modifier and Type | Method and Description |
---|---|
void |
XMPSchemaBasic.setThumbnail(String language,
Thumbnail thumbnail)
Set the thumbnail of this resource in a specific language.
|
void |
XMPSchemaBasic.setThumbnail(Thumbnail thumbnail)
Set the default value for the thumbnail.
|
void |
XMPSchema.setThumbnailProperty(String propertyName,
String language,
Thumbnail value)
Set the value of a multi-lingual property.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.