Class UGraphicUtils
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicUtils
-
public abstract class UGraphicUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UGraphicUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeImage(java.io.OutputStream os, java.lang.String metadata, FileFormatOption fileFormatOption, long seed, ColorMapper colorMapper, HColor background, TextBlock image)
-
-
-
Method Detail
-
writeImage
public static void writeImage(java.io.OutputStream os, java.lang.String metadata, FileFormatOption fileFormatOption, long seed, ColorMapper colorMapper, HColor background, TextBlock image) throws java.io.IOException
- Throws:
java.io.IOException
-
-