Uses of Class
javax.imageio.metadata.IIOMetadataNode
Package
Description
A package of the Java Image I/O API dealing with reading and writing
metadata.
-
Uses of IIOMetadataNode in javax.imageio.metadata
Modifier and TypeMethodDescriptionprotected IIOMetadataNode
IIOMetadata.getStandardChromaNode()
Returns anIIOMetadataNode
representing the chroma information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardCompressionNode()
Returns anIIOMetadataNode
representing the compression information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardDataNode()
Returns anIIOMetadataNode
representing the data format information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardDimensionNode()
Returns anIIOMetadataNode
representing the dimension information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardDocumentNode()
Returns anIIOMetadataNode
representing the document information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardTextNode()
Returns anIIOMetadataNode
representing the textual information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardTileNode()
Returns anIIOMetadataNode
representing the tiling information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected IIOMetadataNode
IIOMetadata.getStandardTransparencyNode()
Returns anIIOMetadataNode
representing the transparency information of the standardjavax_imageio_1.0
metadata format, ornull
if no such information is available.protected final IIOMetadataNode
IIOMetadata.getStandardTree()
A utility method to return a tree ofIIOMetadataNode
s representing the metadata contained within this object according to the conventions of the standardjavax_imageio_1.0
metadata format.