Class HDRMetadata
- java.lang.Object
-
- javax.imageio.metadata.IIOMetadata
-
- com.twelvemonkeys.imageio.AbstractMetadata
-
- com.twelvemonkeys.imageio.StandardImageMetadataSupport
-
- com.twelvemonkeys.imageio.plugins.hdr.HDRMetadata
-
- All Implemented Interfaces:
java.lang.Cloneable
final class HDRMetadata extends StandardImageMetadataSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.StandardImageMetadataSupport
StandardImageMetadataSupport.Builder, StandardImageMetadataSupport.ColorSpaceType, StandardImageMetadataSupport.ImageOrientation, StandardImageMetadataSupport.PlanarConfiguration, StandardImageMetadataSupport.SubimageInterpretation, StandardImageMetadataSupport.TextEntry
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.imageio.StandardImageMetadataSupport
blackIsZero, colorSpaceType, compressionLossless, compressionName, formatVersion, orientation, pixelAspectRatio, planarConfiguration, subimageInterpretation
-
-
Constructor Summary
Constructors Constructor Description HDRMetadata(javax.imageio.ImageTypeSpecifier type, HDRHeader header)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.imageio.metadata.IIOMetadataNode
getStandardDataNode()
-
Methods inherited from class com.twelvemonkeys.imageio.StandardImageMetadataSupport
booleanString, builder, getStandardChromaNode, getStandardCompressionNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTransparencyNode
-
Methods inherited from class com.twelvemonkeys.imageio.AbstractMetadata
assertMutable, getAsTree, getNativeTree, isReadOnly, mergeTree, reset, toListString, validateFormatName
-
Methods inherited from class javax.imageio.metadata.IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
-
-
-
-
Constructor Detail
-
HDRMetadata
public HDRMetadata(javax.imageio.ImageTypeSpecifier type, HDRHeader header)
-
-
Method Detail
-
getStandardDataNode
protected javax.imageio.metadata.IIOMetadataNode getStandardDataNode()
- Overrides:
getStandardDataNode
in classStandardImageMetadataSupport
-
-