| java.lang.Object javax.imageio.metadata.IIOMetadata com.sun.media.imageioimpl.plugins.gif.GIFMetadata com.sun.media.imageioimpl.plugins.gif.GIFStreamMetadata
All known Subclasses: com.sun.media.imageioimpl.plugins.gif.GIFWritableStreamMetadata,
GIFStreamMetadata | public class GIFStreamMetadata extends GIFMetadata (Code) | | version: 0.5 |
backgroundColorIndex | public int backgroundColorIndex(Code) | | |
colorResolution | public int colorResolution(Code) | | |
colorTableSizes | final public static String[] colorTableSizes(Code) | | |
globalColorTable | public byte[] globalColorTable(Code) | | |
logicalScreenHeight | public int logicalScreenHeight(Code) | | |
logicalScreenWidth | public int logicalScreenWidth(Code) | | |
nativeMetadataFormatName | final static String nativeMetadataFormatName(Code) | | |
pixelAspectRatio | public int pixelAspectRatio(Code) | | |
sortFlag | public boolean sortFlag(Code) | | |
versionStrings | final public static String[] versionStrings(Code) | | |
GIFStreamMetadata | protected GIFStreamMetadata(boolean standardMetadataFormatSupported, String nativeMetadataFormatName, String nativeMetadataFormatClassName, String[] extraMetadataFormatNames, String[] extraMetadataFormatClassNames)(Code) | | |
GIFStreamMetadata | public GIFStreamMetadata()(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)
|
|
|