public class ThumbnailType extends AbstractStructuredType
Modifier and Type | Field and Description |
---|---|
static String |
FORMAT |
static String |
HEIGHT |
static String |
IMAGE |
static String |
WIDTH |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
ThumbnailType(XMPMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Get Format
|
Integer |
getHeight()
Get Height
|
String |
getImage()
Get The img data
|
Integer |
getWidth()
Get Width
|
void |
setFormat(String format)
Set Format
|
void |
setHeight(Integer height)
Set Height
|
void |
setImage(String image)
Set Image data
|
void |
setWidth(Integer width)
Set Width
|
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public static final String FORMAT
public static final String HEIGHT
public static final String WIDTH
public static final String IMAGE
public ThumbnailType(XMPMetadata metadata)
metadata
- The metadata to attach to this propertynamespace
- the namespace URI to associate to this propertyprefix
- The prefix to set for this propertypropertyName
- The local Name of this thumbnail typepublic Integer getHeight()
public void setHeight(Integer height)
prefix
- the prefix of Height property to setname
- the name of Height property to setheight
- the value of Height property to setpublic Integer getWidth()
public void setWidth(Integer width)
prefix
- the prefix of width property to setname
- the name of width property to setwidth
- the value of width property to setpublic String getImage()
public void setImage(String image)
prefix
- the prefix of image property to setname
- the name of image property to setimage
- the value of image property to setpublic String getFormat()
public void setFormat(String format)
prefix
- the prefix of format property to setname
- the name of format property to setformat
- the value of format property to setCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.