Searched defs:IIOMetadataFormatImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java26 * The IIOMetadataFormatImpl class provides an implementation of the
31 public abstract class IIOMetadataFormatImpl implements IIOMetadataFormat { class in inherits:IIOMetadataFormat
47 private static IIOMetadataFormatImpl standardFormat;
65 * Instantiates an IIOMetadataFormatImpl with the specified root name and
74 public IIOMetadataFormatImpl(String rootName, int childPolicy) { method in class:IIOMetadataFormatImpl
91 * Instantiates an IIOMetadataFormatImpl with the specified root name and
101 public IIOMetadataFormatImpl(String rootName, int minChildren, int maxChildren) { method in class:IIOMetadataFormatImpl

Completed in 22 milliseconds