Class PNMMetadataFormat

java.lang.Object
javax.imageio.metadata.IIOMetadataFormatImpl
com.github.jaiimageio.impl.plugins.pnm.PNMMetadataFormat
All Implemented Interfaces:
IIOMetadataFormat

public class PNMMetadataFormat extends IIOMetadataFormatImpl
  • Field Details

    • parents

      private static Hashtable parents
      The table to link the child to its parent.
    • instance

      private static PNMMetadataFormat instance
    • resourceBaseName

      String resourceBaseName
  • Constructor Details

    • PNMMetadataFormat

      PNMMetadataFormat()
      Constructs PNMMetadataFormat. Calls the super class constructor. Sets the resource base name. Adds the elements into this format object based on the XML schema and DTD.
  • Method Details