Lines Matching refs:formatName
756 * <code>formatName</code>. Within any documents that are
763 * <p> If <code>formatName</code> is not the name of a supported
776 * @param formatName a metadata format name that may be used to retrieve
783 * @exception IllegalArgumentException if <code>formatName</code>
789 public IIOMetadata getStreamMetadata(String formatName,
793 return getMetadata(formatName, nodeNames, true, 0);
796 private IIOMetadata getMetadata(String formatName,
800 if (formatName == null) {
801 throw new IllegalArgumentException("formatName == null!");
812 formatName.equals
817 if (nativeName != null && formatName.equals(nativeName)) {
823 if (formatName.equals(extraNames[i])) {
861 * <code>formatName</code>. Within any documents that are
868 * <p> If <code>formatName</code> is not the name of a supported
883 * @param formatName a metadata format name that may be used to retrieve
894 * @exception IllegalArgumentException if <code>formatName</code>
901 String formatName,
904 return getMetadata(formatName, nodeNames, false, imageIndex);