Uses of Class
org.apache.jempbox.xmp.Thumbnail
Packages that use Thumbnail
Package
Description
This package holds data access classes for XMP data structures.
-
Uses of Thumbnail in org.apache.jempbox.xmp
Methods in org.apache.jempbox.xmp that return ThumbnailModifier and TypeMethodDescriptionXMPSchemaBasic.getThumbnail()
Get the default value for the thumbnail.XMPSchemaBasic.getThumbnail
(String language) Get the thumbnail in a specific language.XMPSchema.getThumbnailProperty
(String propertyName, String language) Get the value of a multi-lingual property.Methods in org.apache.jempbox.xmp with parameters of type ThumbnailModifier and TypeMethodDescriptionvoid
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.