net.sourceforge.plantuml.cucadiagram.dot
Class GroupPngMaker

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.GroupPngMaker

public final class GroupPngMaker
extends Object


Constructor Summary
GroupPngMaker(CucaDiagram diagram, Group group, FileFormat fileFormat)
           
 
Method Summary
 void createPng(OutputStream os, List<String> dotStrings)
           
 String createSvg(List<String> dotStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPngMaker

public GroupPngMaker(CucaDiagram diagram,
                     Group group,
                     FileFormat fileFormat)
              throws IOException
Throws:
IOException
Method Detail

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.