net.sourceforge.plantuml.cucadiagram.dot
Class GroupPngMaker
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.GroupPngMaker
public final class GroupPngMaker
- extends Object
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 IOException
- Throws:
IOException
createPng
public void createPng(OutputStream os,
List<String> dotStrings)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
createSvg
public String createSvg(List<String> dotStrings)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
Copyright © 2011. All Rights Reserved.