Cloneable
public final class TIFFImageMetadata
extends com.twelvemonkeys.imageio.AbstractMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, nativeMetadataFormatName, standardFormatSupported
Constructor | Description |
---|---|
TIFFImageMetadata() |
Creates an empty TIFF metadata object.
|
TIFFImageMetadata(com.twelvemonkeys.imageio.metadata.Directory ifd) |
Creates a TIFF metadata object, using the values from the given IFD.
|
TIFFImageMetadata(Collection<com.twelvemonkeys.imageio.metadata.Entry> entries) |
Creates a TIFF metadata object, using the values from the given entries.
|
Modifier and Type | Method | 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() |
|
com.twelvemonkeys.imageio.metadata.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, validateFormatName
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
public TIFFImageMetadata()
setFromTree(String, Node)
or mergeTree(String, Node)
methods.public TIFFImageMetadata(com.twelvemonkeys.imageio.metadata.Directory ifd)
setFromTree(String, Node)
or mergeTree(String, Node)
methods.public TIFFImageMetadata(Collection<com.twelvemonkeys.imageio.metadata.Entry> entries)
setFromTree(String, Node)
or mergeTree(String, Node)
methods.protected IIOMetadataNode getNativeTree()
getNativeTree
in class com.twelvemonkeys.imageio.AbstractMetadata
protected IIOMetadataNode getStandardChromaNode()
getStandardChromaNode
in class IIOMetadata
protected IIOMetadataNode getStandardCompressionNode()
getStandardCompressionNode
in class IIOMetadata
protected IIOMetadataNode getStandardDataNode()
getStandardDataNode
in class IIOMetadata
protected IIOMetadataNode getStandardDimensionNode()
getStandardDimensionNode
in class IIOMetadata
protected IIOMetadataNode getStandardTransparencyNode()
getStandardTransparencyNode
in class IIOMetadata
protected IIOMetadataNode getStandardDocumentNode()
getStandardDocumentNode
in class IIOMetadata
protected IIOMetadataNode getStandardTextNode()
getStandardTextNode
in class IIOMetadata
protected IIOMetadataNode getStandardTileNode()
getStandardTileNode
in class IIOMetadata
public boolean isReadOnly()
isReadOnly
in class com.twelvemonkeys.imageio.AbstractMetadata
public void setFromTree(String formatName, Node root) throws IIOInvalidTreeException
setFromTree
in class IIOMetadata
IIOInvalidTreeException
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree
in class com.twelvemonkeys.imageio.AbstractMetadata
IIOInvalidTreeException
public void reset()
reset
in class com.twelvemonkeys.imageio.AbstractMetadata
public com.twelvemonkeys.imageio.metadata.Entry getTIFFField(int tagNumber)
tagNumber
- Tag number of the TIFF field.Copyright © 2018. All rights reserved.