net.sourceforge.plantuml.cucadiagram.dot
Class GroupPngMaker
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.GroupPngMaker
public final class GroupPngMaker
- extends java.lang.Object
Method Summary |
void |
createPng(java.io.OutputStream os,
java.util.List<java.lang.String> dotStrings)
|
java.lang.String |
createSvg(java.util.List<java.lang.String> dotStrings)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupPngMaker
public GroupPngMaker(CucaDiagram diagram,
Group group,
FileFormat fileFormat)
throws java.io.IOException
- Throws:
java.io.IOException
createPng
public void createPng(java.io.OutputStream os,
java.util.List<java.lang.String> dotStrings)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
createSvg
public java.lang.String createSvg(java.util.List<java.lang.String> dotStrings)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2011. All Rights Reserved.