Package net.sourceforge.plantuml.png
Class PngIO
java.lang.Object
net.sourceforge.plantuml.png.PngIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
write
(RenderedImage image, ColorMapper mapper, OutputStream os, String metadata, int dpi) static void
write
(RenderedImage image, ColorMapper mapper, SFile file, String metadata, int dpi)
-
Constructor Details
-
PngIO
public PngIO()
-
-
Method Details
-
write
public static void write(RenderedImage image, ColorMapper mapper, SFile file, String metadata, int dpi) throws IOException - Throws:
IOException
-
write
public static void write(RenderedImage image, ColorMapper mapper, OutputStream os, String metadata, int dpi) throws IOException - Throws:
IOException
-