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, setPrefixaddNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removePropertycontainsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyNamepublic 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 propertypublic Integer getHeight()
public void setHeight(Integer height)
height - the value of Height property to setpublic Integer getWidth()
public void setWidth(Integer width)
width - the value of width property to setpublic String getImage()
public void setImage(String image)
image - the value of image property to setpublic String getFormat()
public void setFormat(String format)
format - the value of format property to setCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.