Package org.apache.xmpbox.type
Class ThumbnailType
java.lang.Object
org.apache.xmpbox.type.AbstractField
org.apache.xmpbox.type.AbstractComplexProperty
org.apache.xmpbox.type.AbstractStructuredType
org.apache.xmpbox.type.ThumbnailType
Object representation of an Thumbnail XMP type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
Field Details
-
FORMAT
- See Also:
-
HEIGHT
- See Also:
-
WIDTH
- See Also:
-
IMAGE
- See Also:
-
-
Constructor Details
-
ThumbnailType
- Parameters:
metadata
- The metadata to attach to this property
-
-
Method Details
-
getHeight
Get Height- Returns:
- the height
-
setHeight
Set Height- Parameters:
height
- the value of Height property to set
-
getWidth
Get Width- Returns:
- the width
-
setWidth
Set Width- Parameters:
width
- the value of width property to set
-
getImage
Get The img data- Returns:
- the img
-
setImage
Set Image data- Parameters:
image
- the value of image property to set
-
getFormat
Get Format- Returns:
- the format
-
setFormat
Set Format- Parameters:
format
- the value of format property to set
-