Class GIFWritableImageMetadata
- java.lang.Object
-
- javax.imageio.metadata.IIOMetadata
-
- com.github.jaiimageio.impl.plugins.gif.GIFMetadata
-
- com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
-
- com.github.jaiimageio.impl.plugins.gif.GIFWritableImageMetadata
-
class GIFWritableImageMetadata extends GIFImageMetadata
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringNATIVE_FORMAT_NAME-
Fields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
applicationData, applicationIDs, authenticationCodes, characterCellHeight, characterCellWidth, comments, delayTime, disposalMethod, disposalMethodNames, hasPlainTextExtension, imageHeight, imageLeftPosition, imageTopPosition, imageWidth, interlaceFlag, localColorTable, nativeMetadataFormatName, sortFlag, text, textBackgroundColor, textForegroundColor, textGridHeight, textGridLeft, textGridTop, textGridWidth, transparentColorFlag, transparentColorIndex, userInputFlag
-
Fields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
UNDEFINED_INTEGER_VALUE
-
-
Constructor Summary
Constructors Constructor Description GIFWritableImageMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private byte[]fromISO8859(java.lang.String data)booleanisReadOnly()protected voidmergeNativeTree(org.w3c.dom.Node root)protected voidmergeStandardTree(org.w3c.dom.Node root)voidreset()voidsetFromTree(java.lang.String formatName, org.w3c.dom.Node root)-
Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
getAsTree, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, 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, mergeTree
-
Methods inherited from class javax.imageio.metadata.IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardDocumentNode, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
-
-
-
-
Field Detail
-
NATIVE_FORMAT_NAME
static final java.lang.String NATIVE_FORMAT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
isReadOnly
public boolean isReadOnly()
- Overrides:
isReadOnlyin classGIFImageMetadata
-
reset
public void reset()
- Overrides:
resetin classGIFImageMetadata
-
fromISO8859
private byte[] fromISO8859(java.lang.String data)
-
mergeNativeTree
protected void mergeNativeTree(org.w3c.dom.Node root) throws javax.imageio.metadata.IIOInvalidTreeException- Overrides:
mergeNativeTreein classGIFImageMetadata- Throws:
javax.imageio.metadata.IIOInvalidTreeException
-
mergeStandardTree
protected void mergeStandardTree(org.w3c.dom.Node root) throws javax.imageio.metadata.IIOInvalidTreeException- Overrides:
mergeStandardTreein classGIFImageMetadata- Throws:
javax.imageio.metadata.IIOInvalidTreeException
-
setFromTree
public void setFromTree(java.lang.String formatName, org.w3c.dom.Node root) throws javax.imageio.metadata.IIOInvalidTreeException- Overrides:
setFromTreein classGIFImageMetadata- Throws:
javax.imageio.metadata.IIOInvalidTreeException
-
-