public final class TIFFImageMetadata extends AbstractMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, nativeMetadataFormatName, standardFormatSupported| Constructor and Description |
|---|
TIFFImageMetadata()
Creates an empty TIFF metadata object.
|
TIFFImageMetadata(Collection<? extends Entry> entries)
Creates a TIFF metadata object, using the values from the given entries.
|
TIFFImageMetadata(Directory ifd)
Creates a TIFF metadata object, using the values from the given IFD.
|
| Modifier and Type | Method and Description |
|---|---|
protected IIOMetadataNode |
getNativeTree() |
protected IIOMetadataNode |
getStandardChromaNode() |
protected IIOMetadataNode |
getStandardCompressionNode() |
protected IIOMetadataNode |
getStandardDataNode() |
protected IIOMetadataNode |
getStandardDimensionNode() |
protected IIOMetadataNode |
getStandardDocumentNode() |
protected IIOMetadataNode |
getStandardTextNode() |
protected IIOMetadataNode |
getStandardTileNode() |
protected IIOMetadataNode |
getStandardTransparencyNode() |
Entry |
getTIFFField(int tagNumber)
Returns an Entry which contains the data of the requested TIFF field.
|
boolean |
isReadOnly() |
void |
mergeTree(String formatName,
Node root) |
void |
reset() |
void |
setFromTree(String formatName,
Node root) |
assertMutable, getAsTree, toListString, validateFormatNameactivateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTree, hasController, isStandardMetadataFormatSupported, setControllerpublic TIFFImageMetadata()
setFromTree(String, Node)
or mergeTree(String, Node) methods.public TIFFImageMetadata(Directory ifd)
setFromTree(String, Node)
or mergeTree(String, Node) methods.public TIFFImageMetadata(Collection<? extends Entry> entries)
setFromTree(String, Node)
or mergeTree(String, Node) methods.protected IIOMetadataNode getNativeTree()
getNativeTree in class AbstractMetadataprotected IIOMetadataNode getStandardChromaNode()
getStandardChromaNode in class IIOMetadataprotected IIOMetadataNode getStandardCompressionNode()
getStandardCompressionNode in class IIOMetadataprotected IIOMetadataNode getStandardDataNode()
getStandardDataNode in class IIOMetadataprotected IIOMetadataNode getStandardDimensionNode()
getStandardDimensionNode in class IIOMetadataprotected IIOMetadataNode getStandardTransparencyNode()
getStandardTransparencyNode in class IIOMetadataprotected IIOMetadataNode getStandardDocumentNode()
getStandardDocumentNode in class IIOMetadataprotected IIOMetadataNode getStandardTextNode()
getStandardTextNode in class IIOMetadataprotected IIOMetadataNode getStandardTileNode()
getStandardTileNode in class IIOMetadatapublic boolean isReadOnly()
isReadOnly in class AbstractMetadatapublic void setFromTree(String formatName, Node root) throws IIOInvalidTreeException
setFromTree in class IIOMetadataIIOInvalidTreeExceptionpublic void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree in class AbstractMetadataIIOInvalidTreeExceptionpublic void reset()
reset in class AbstractMetadatapublic Entry getTIFFField(int tagNumber)
tagNumber - Tag number of the TIFF field.Copyright © 2023. All rights reserved.