Class TiffSchema
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AbstractStructuredType
STRUCTURE_ARRAY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionTiffSchema(XMPMetadata metadata) TiffSchema(XMPMetadata metadata, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCopyright(String lang, String value) Add a copyright value for a specified languagevoidaddImageDescription(String lang, String value) Add a image description value for a specified languageReturn the artist property as StringReturn the artist propertyReturn the copyright value as String in default languagegetCopyRight(String lang) Return the copyright value as String in expected languageReturn the list of language existing for copyrightReturn the copyright property objectReturn the image description as String in default languagegetImageDescription(String lang) Return the image description value as String in expected languageReturn the list of language existing for image descriptionReturn the image description property objectvoidSet the name of the artistMethods inherited from class XMPSchema
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, setUnqualifiedLanguagePropertyValueMethods 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
-
IMAGE_DESCRIPTION
- See Also:
-
COPYRIGHT
- See Also:
-
ARTIST
- See Also:
-
IMAGE_WIDTH
- See Also:
-
IMAGE_LENGHT
- See Also:
-
BITS_PER_SAMPLE
- See Also:
-
COMPRESSION
- See Also:
-
PHOTOMETRIC_INTERPRETATION
- See Also:
-
ORIENTATION
- See Also:
-
SAMPLES_PER_PIXEL
- See Also:
-
PLANAR_CONFIGURATION
- See Also:
-
YCB_CR_SUB_SAMPLING
- See Also:
-
YCB_CR_POSITIONING
- See Also:
-
XRESOLUTION
- See Also:
-
YRESOLUTION
- See Also:
-
RESOLUTION_UNIT
- See Also:
-
TRANSFER_FUNCTION
- See Also:
-
WHITE_POINT
- See Also:
-
PRIMARY_CHROMATICITIES
- See Also:
-
YCB_CR_COEFFICIENTS
- See Also:
-
REFERENCE_BLACK_WHITE
- See Also:
-
DATE_TIME
- See Also:
-
SOFTWARE
- See Also:
-
MAKE
- See Also:
-
MODEL
- See Also:
-
-
Constructor Details
-
TiffSchema
-
TiffSchema
-
-
Method Details
-
getArtistProperty
-
getArtist
-
setArtist
-
getImageDescriptionProperty
Return the image description property object- Returns:
- the image description property
-
getImageDescriptionLanguages
-
getImageDescription
-
getImageDescription
Return the image description as String in default language- Returns:
- image description value
-
addImageDescription
-
getCopyRightProperty
Return the copyright property object- Returns:
- the copyright property
-
getCopyRightLanguages
-
getCopyRight
-
getCopyRight
Return the copyright value as String in default language- Returns:
- copyright value
-
addCopyright
-