public class TiffSchema extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
ARTIST |
static String |
BITS_PER_SAMPLE |
static String |
COMPRESSION |
static String |
COPYRIGHT |
static String |
DATE_TIME |
static String |
IMAGE_DESCRIPTION |
static String |
IMAGE_LENGHT |
static String |
IMAGE_WIDTH |
static String |
MAKE |
static String |
MODEL |
static String |
ORIENTATION |
static String |
PHOTOMETRIC_INTERPRETATION |
static String |
PLANAR_CONFIGURATION |
static String |
PRIMARY_CHROMATICITIES |
static String |
REFERENCE_BLACK_WHITE |
static String |
RESOLUTION_UNIT |
static String |
SAMPLES_PER_PIXEL |
static String |
SOFTWARE |
static String |
TRANSFER_FUNCTION |
static String |
WHITE_POINT |
static String |
XRESOLUTION |
static String |
YCB_CR_COEFFICIENTS |
static String |
YCB_CR_POSITIONING |
static String |
YCB_CR_SUB_SAMPLING |
static String |
YRESOLUTION |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
TiffSchema(XMPMetadata metadata) |
TiffSchema(XMPMetadata metadata,
String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
addCopyright(String lang,
String value)
Add a copyright value for a specified language
|
void |
addImageDescription(String lang,
String value)
Add a image description value for a specified language
|
String |
getArtist()
Return the artist property as String
|
ProperNameType |
getArtistProperty()
Return the artist property
|
String |
getCopyRight()
Return the copyright value as String in default language
|
String |
getCopyRight(String lang)
Return the copyright value as String in expected language
|
List<String> |
getCopyRightLanguages()
Return the list of language existing for copyright
|
ArrayProperty |
getCopyRightProperty()
Return the copyright property object
|
String |
getImageDescription()
Return the image description as String in default language
|
String |
getImageDescription(String lang)
Return the image description value as String in expected language
|
List<String> |
getImageDescriptionLanguages()
Return the list of language existing for image description
|
ArrayProperty |
getImageDescriptionProperty()
Return the image description property object
|
void |
setArtist(String text)
Set the name of the artist
|
addBagValue, addBagValueAsSimple, addQualifiedBagValue, addSequenceDateValueAsSimple, addUnqualifiedSequenceDateValue, addUnqualifiedSequenceValue, addUnqualifiedSequenceValue, getAboutAttribute, getAboutValue, getAbstractProperty, getBooleanProperty, getBooleanPropertyValue, getBooleanPropertyValueAsSimple, getDateProperty, getDatePropertyValue, getDatePropertyValueAsSimple, getIntegerProperty, getIntegerPropertyValue, getIntegerPropertyValueAsSimple, getUnqualifiedArrayList, getUnqualifiedBagValueList, getUnqualifiedLanguagePropertyLanguagesValue, getUnqualifiedLanguagePropertyValue, getUnqualifiedSequenceDateValueList, getUnqualifiedSequenceValueList, getUnqualifiedTextProperty, getUnqualifiedTextPropertyValue, instanciateSimple, merge, removeUnqualifiedArrayValue, removeUnqualifiedBagValue, removeUnqualifiedSequenceDateValue, removeUnqualifiedSequenceValue, removeUnqualifiedSequenceValue, reorganizeAltOrder, setAbout, setAboutAsSimple, setBooleanProperty, setBooleanPropertyValue, setBooleanPropertyValueAsSimple, setDateProperty, setDatePropertyValue, setDatePropertyValueAsSimple, setIntegerProperty, setIntegerPropertyValue, setIntegerPropertyValueAsSimple, setTextProperty, setTextPropertyValue, setTextPropertyValueAsSimple, setUnqualifiedLanguagePropertyValue
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 IMAGE_DESCRIPTION
public static final String COPYRIGHT
public static final String ARTIST
public static final String IMAGE_WIDTH
public static final String IMAGE_LENGHT
public static final String BITS_PER_SAMPLE
public static final String COMPRESSION
public static final String PHOTOMETRIC_INTERPRETATION
public static final String ORIENTATION
public static final String SAMPLES_PER_PIXEL
public static final String PLANAR_CONFIGURATION
public static final String YCB_CR_SUB_SAMPLING
public static final String YCB_CR_POSITIONING
public static final String XRESOLUTION
public static final String YRESOLUTION
public static final String RESOLUTION_UNIT
public static final String TRANSFER_FUNCTION
public static final String WHITE_POINT
public static final String PRIMARY_CHROMATICITIES
public static final String YCB_CR_COEFFICIENTS
public static final String REFERENCE_BLACK_WHITE
public static final String DATE_TIME
public static final String SOFTWARE
public static final String MAKE
public static final String MODEL
public TiffSchema(XMPMetadata metadata)
public TiffSchema(XMPMetadata metadata, String prefix)
public ProperNameType getArtistProperty()
public String getArtist()
public void setArtist(String text)
text
- public ArrayProperty getImageDescriptionProperty()
public List<String> getImageDescriptionLanguages()
public String getImageDescription(String lang)
lang
- expected languagepublic String getImageDescription()
public void addImageDescription(String lang, String value)
lang
- language of the image descriptionvalue
- image description textpublic ArrayProperty getCopyRightProperty()
public List<String> getCopyRightLanguages()
public String getCopyRight(String lang)
lang
- expected languagepublic String getCopyRight()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.