Class GIFWritableStreamMetadata
java.lang.Object
javax.imageio.metadata.IIOMetadata
com.github.jaiimageio.impl.plugins.gif.GIFMetadata
com.github.jaiimageio.impl.plugins.gif.GIFStreamMetadata
com.github.jaiimageio.impl.plugins.gif.GIFWritableStreamMetadata
-
Field Summary
FieldsFields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFStreamMetadata
backgroundColorIndex, colorResolution, colorTableSizes, globalColorTable, logicalScreenHeight, logicalScreenWidth, nativeMetadataFormatName, pixelAspectRatio, sortFlag, version, versionStrings
Fields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
UNDEFINED_INTEGER_VALUE
Fields inherited from class javax.imageio.metadata.IIOMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected void
mergeNativeTree
(Node root) protected void
mergeStandardTree
(Node root) void
void
reset()
void
setFromTree
(String formatName, Node root) Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFStreamMetadata
getAsTree, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTransparencyNode
Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
fatal, getAttribute, getAttribute, getBooleanAttribute, getBooleanAttribute, getColorTable, getEnumeratedAttribute, getEnumeratedAttribute, getFloatAttribute, getFloatAttribute, getIntAttribute, getIntAttribute, getStringAttribute
Methods inherited from class javax.imageio.metadata.IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
-
Field Details
-
NATIVE_FORMAT_NAME
- See Also:
-
-
Constructor Details
-
GIFWritableStreamMetadata
public GIFWritableStreamMetadata()
-
-
Method Details
-
isReadOnly
public boolean isReadOnly()- Overrides:
isReadOnly
in classGIFStreamMetadata
-
mergeTree
- Overrides:
mergeTree
in classGIFMetadata
- Throws:
IIOInvalidTreeException
-
reset
public void reset()- Overrides:
reset
in classGIFStreamMetadata
-
mergeNativeTree
- Overrides:
mergeNativeTree
in classGIFStreamMetadata
- Throws:
IIOInvalidTreeException
-
mergeStandardTree
- Overrides:
mergeStandardTree
in classGIFStreamMetadata
- Throws:
IIOInvalidTreeException
-
setFromTree
- Overrides:
setFromTree
in classGIFStreamMetadata
- Throws:
IIOInvalidTreeException
-