Class PngIOMetadata

java.lang.Object
net.sourceforge.plantuml.png.PngIOMetadata

public class PngIOMetadata extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    writeWithMetadata(java.awt.image.RenderedImage image, java.io.OutputStream os, java.lang.String metadata, int dpi, java.lang.String debugData)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PngIOMetadata

      public PngIOMetadata()
  • Method Details

    • writeWithMetadata

      public static void writeWithMetadata(java.awt.image.RenderedImage image, java.io.OutputStream os, java.lang.String metadata, int dpi, java.lang.String debugData) throws java.io.IOException
      Throws:
      java.io.IOException