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