| java.lang.Object javax.imageio.metadata.IIOMetadataFormatImpl javax.imageio.metadata.IIOStandardMetadataFormat
IIOStandardMetadataFormat | public IIOStandardMetadataFormat()(Code) | | |
Fields inherited from javax.imageio.metadata.IIOMetadataFormatImpl | final public static String standardMetadataFormatName(Code)(Java Doc)
|
Methods inherited from javax.imageio.metadata.IIOMetadataFormatImpl | protected void addAttribute(String elementName, String attrName, int dataType, boolean required, int listMinLength, int listMaxLength)(Code)(Java Doc) protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue)(Code)(Java Doc) protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, List<String> enumeratedValues)(Code)(Java Doc) protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, String minValue, String maxValue, boolean minInclusive, boolean maxInclusive)(Code)(Java Doc) protected void addBooleanAttribute(String elementName, String attrName, boolean hasDefaultValue, boolean defaultValue)(Code)(Java Doc) protected void addChildElement(String elementName, String parentName)(Code)(Java Doc) protected void addElement(String elementName, String parentName, int childPolicy)(Code)(Java Doc) protected void addElement(String elementName, String parentName, int minChildren, int maxChildren)(Code)(Java Doc) protected void addObjectValue(String elementName, Class> classType, int arrayMinLength, int arrayMaxLength)(Code)(Java Doc) protected void addObjectValue(String elementName, Class<T> classType, boolean required, T defaultValue)(Code)(Java Doc) protected void addObjectValue(String elementName, Class<T> classType, boolean required, T defaultValue, List<? extends T> enumeratedValues)(Code)(Java Doc) protected void addObjectValue(String elementName, Class<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)(Code)(Java Doc) abstract public boolean canNodeAppear(String elementName, ImageTypeSpecifier imageType)(Code)(Java Doc) public int getAttributeDataType(String elementName, String attrName)(Code)(Java Doc) public String getAttributeDefaultValue(String elementName, String attrName)(Code)(Java Doc) public String getAttributeDescription(String elementName, String attrName, Locale locale)(Code)(Java Doc) public String[] getAttributeEnumerations(String elementName, String attrName)(Code)(Java Doc) public int getAttributeListMaxLength(String elementName, String attrName)(Code)(Java Doc) public int getAttributeListMinLength(String elementName, String attrName)(Code)(Java Doc) public String getAttributeMaxValue(String elementName, String attrName)(Code)(Java Doc) public String getAttributeMinValue(String elementName, String attrName)(Code)(Java Doc) public String[] getAttributeNames(String elementName)(Code)(Java Doc) public int getAttributeValueType(String elementName, String attrName)(Code)(Java Doc) public String[] getChildNames(String elementName)(Code)(Java Doc) public int getChildPolicy(String elementName)(Code)(Java Doc) public String getElementDescription(String elementName, Locale locale)(Code)(Java Doc) public int getElementMaxChildren(String elementName)(Code)(Java Doc) public int getElementMinChildren(String elementName)(Code)(Java Doc) public int getObjectArrayMaxLength(String elementName)(Code)(Java Doc) public int getObjectArrayMinLength(String elementName)(Code)(Java Doc) public Class> getObjectClass(String elementName)(Code)(Java Doc) public Object getObjectDefaultValue(String elementName)(Code)(Java Doc) public Object[] getObjectEnumerations(String elementName)(Code)(Java Doc) public Comparable> getObjectMaxValue(String elementName)(Code)(Java Doc) public Comparable> getObjectMinValue(String elementName)(Code)(Java Doc) public int getObjectValueType(String elementName)(Code)(Java Doc) protected String getResourceBaseName()(Code)(Java Doc) public String getRootName()(Code)(Java Doc) public static IIOMetadataFormat getStandardFormatInstance()(Code)(Java Doc) public boolean isAttributeRequired(String elementName, String attrName)(Code)(Java Doc) protected void removeAttribute(String elementName, String attrName)(Code)(Java Doc) protected void removeElement(String elementName)(Code)(Java Doc) protected void removeObjectValue(String elementName)(Code)(Java Doc) protected void setResourceBaseName(String resourceBaseName)(Code)(Java Doc)
|
|
|