- All Known Implementing Classes:
- IIOMetadataFormatImpl
- See Also:
- Source Code
boolean canNodeAppear(String elementName,
ImageTypeSpecifier imageType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_ALL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_CHOICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_EMPTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_MAX
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_REPEAT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_SEQUENCE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int CHILD_POLICY_SOME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DATATYPE_BOOLEAN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DATATYPE_DOUBLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DATATYPE_FLOAT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DATATYPE_INTEGER
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DATATYPE_STRING
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getAttributeDataType(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getAttributeDefaultValue(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getAttributeDescription(String elementName,
String attrName,
Locale locale)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getAttributeEnumerations(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getAttributeListMaxLength(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getAttributeListMinLength(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getAttributeMaxValue(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getAttributeMinValue(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getAttributeNames(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getAttributeValueType(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getChildNames(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getChildPolicy(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getElementDescription(String elementName,
Locale locale)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getElementMaxChildren(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getElementMinChildren(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getObjectArrayMaxLength(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getObjectArrayMinLength(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Class<?> getObjectClass(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object getObjectDefaultValue(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object[] getObjectEnumerations(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Comparable<?> getObjectMaxValue(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Comparable<?> getObjectMinValue(String elementName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getObjectValueType(String elementName)
- See Also:
Comparable
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getRootName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isAttributeRequired(String elementName,
String attrName)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_ARBITRARY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_ENUMERATION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_LIST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_NONE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE_MAX_INCLUSIVE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE_MAX_INCLUSIVE_MASK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE_MIN_INCLUSIVE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE_MIN_INCLUSIVE_MASK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int VALUE_RANGE_MIN_MAX_INCLUSIVE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples