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
- Author:
- eric
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AbstractStructuredType
STRUCTURE_ARRAY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefixMethods inherited from class AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removePropertyMethods inherited from class 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
-
setHeight
Set Height- Parameters:
height- the value of Height property to set
-
getWidth
-
setWidth
Set Width- Parameters:
width- the value of width property to set
-
getImage
-
setImage
Set Image data- Parameters:
image- the value of image property to set
-
getFormat
-
setFormat
Set Format- Parameters:
format- the value of format property to set
-