Searched refs:listMaxLength (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java133 int listMaxLength; field in class:IIOMetadataFormatImpl.Attribute
618 * @param listMaxLength the largest legal number of list items.
629 * <code>listMaxLength</code>.
636 int listMaxLength) {
644 if (listMinLength < 0 || listMinLength > listMaxLength) {
654 attr.listMaxLength = listMaxLength;
1124 return attr.listMaxLength;
631 addAttribute(String elementName, String attrName, int dataType, boolean required, int listMinLength, int listMaxLength) argument

Completed in 33 milliseconds