net.sourceforge.plantuml.png
Class PngIO

java.lang.Object
  extended by net.sourceforge.plantuml.png.PngIO

public class PngIO
extends Object


Constructor Summary
PngIO()
           
 
Method Summary
static void write(RenderedImage image, File file, int dpi)
           
static void write(RenderedImage image, File file, String metadata, int dpi)
           
static void write(RenderedImage image, OutputStream os, int dpi)
           
static void write(RenderedImage image, OutputStream os, String metadata, int dpi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PngIO

public PngIO()
Method Detail

write

public static void write(RenderedImage image,
                         File file,
                         int dpi)
                  throws IOException
Throws:
IOException

write

public static void write(RenderedImage image,
                         OutputStream os,
                         int dpi)
                  throws IOException
Throws:
IOException

write

public static void write(RenderedImage image,
                         File file,
                         String metadata,
                         int dpi)
                  throws IOException
Throws:
IOException

write

public static void write(RenderedImage image,
                         OutputStream os,
                         String metadata,
                         int dpi)
                  throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.