| java.lang.Object javax.imageio.metadata.IIOMetadata com.sun.media.imageioimpl.plugins.gif.GIFMetadata com.sun.media.imageioimpl.plugins.gif.GIFImageMetadata
All known Subclasses: com.sun.media.imageioimpl.plugins.gif.GIFWritableImageMetadata,
authenticationCodes | public List authenticationCodes(Code) | | |
characterCellHeight | public int characterCellHeight(Code) | | |
characterCellWidth | public int characterCellWidth(Code) | | |
delayTime | public int delayTime(Code) | | |
disposalMethod | public int disposalMethod(Code) | | |
disposalMethodNames | final static String[] disposalMethodNames(Code) | | |
hasPlainTextExtension | public boolean hasPlainTextExtension(Code) | | |
imageHeight | public int imageHeight(Code) | | |
imageLeftPosition | public int imageLeftPosition(Code) | | |
imageTopPosition | public int imageTopPosition(Code) | | |
imageWidth | public int imageWidth(Code) | | |
interlaceFlag | public boolean interlaceFlag(Code) | | |
localColorTable | public byte[] localColorTable(Code) | | |
nativeMetadataFormatName | final static String nativeMetadataFormatName(Code) | | |
sortFlag | public boolean sortFlag(Code) | | |
textBackgroundColor | public int textBackgroundColor(Code) | | |
textForegroundColor | public int textForegroundColor(Code) | | |
textGridHeight | public int textGridHeight(Code) | | |
textGridLeft | public int textGridLeft(Code) | | |
textGridTop | public int textGridTop(Code) | | |
textGridWidth | public int textGridWidth(Code) | | |
transparentColorFlag | public boolean transparentColorFlag(Code) | | |
transparentColorIndex | public int transparentColorIndex(Code) | | |
userInputFlag | public boolean userInputFlag(Code) | | |
GIFImageMetadata | protected GIFImageMetadata(boolean standardMetadataFormatSupported, String nativeMetadataFormatName, String nativeMetadataFormatClassName, String[] extraMetadataFormatNames, String[] extraMetadataFormatClassNames)(Code) | | |
GIFImageMetadata | public GIFImageMetadata()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
reset | public void reset()(Code) | | |
Fields inherited from com.sun.media.imageioimpl.plugins.gif.GIFMetadata | final static int UNDEFINED_INTEGER_VALUE(Code)(Java Doc)
|
Methods inherited from com.sun.media.imageioimpl.plugins.gif.GIFMetadata | protected static void fatal(Node node, String reason) throws IIOInvalidTreeException(Code)(Java Doc) protected static String getAttribute(Node node, String name, String defaultValue, boolean required) throws IIOInvalidTreeException(Code)(Java Doc) protected static String getAttribute(Node node, String name) throws IIOInvalidTreeException(Code)(Java Doc) protected static boolean getBooleanAttribute(Node node, String name, boolean defaultValue, boolean required) throws IIOInvalidTreeException(Code)(Java Doc) protected static boolean getBooleanAttribute(Node node, String name) throws IIOInvalidTreeException(Code)(Java Doc) protected byte[] getColorTable(Node colorTableNode, String entryNodeName, boolean lengthExpected, int expectedLength) throws IIOInvalidTreeException(Code)(Java Doc) protected static int getEnumeratedAttribute(Node node, String name, String[] legalNames, int defaultValue, boolean required) throws IIOInvalidTreeException(Code)(Java Doc) protected static int getEnumeratedAttribute(Node node, String name, String[] legalNames) throws IIOInvalidTreeException(Code)(Java Doc) protected static float getFloatAttribute(Node node, String name, float defaultValue, boolean required) throws IIOInvalidTreeException(Code)(Java Doc) protected static float getFloatAttribute(Node node, String name) throws IIOInvalidTreeException(Code)(Java Doc) protected static int getIntAttribute(Node node, String name, int defaultValue, boolean required, boolean bounded, int min, int max) throws IIOInvalidTreeException(Code)(Java Doc) protected static int getIntAttribute(Node node, String name, boolean bounded, int min, int max) throws IIOInvalidTreeException(Code)(Java Doc) protected static String getStringAttribute(Node node, String name, String defaultValue, boolean required, String[] range) throws IIOInvalidTreeException(Code)(Java Doc) abstract protected void mergeNativeTree(Node root) throws IIOInvalidTreeException(Code)(Java Doc) abstract protected void mergeStandardTree(Node root) throws IIOInvalidTreeException(Code)(Java Doc) public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException(Code)(Java Doc)
|
|
|