net.sourceforge.plantuml.cucadiagram.dot
Class GroupPngMaker

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

public final class GroupPngMaker
extends java.lang.Object


Constructor Summary
GroupPngMaker(CucaDiagram diagram, Group group, FileFormat fileFormat)
           
 
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
 

Constructor Detail

GroupPngMaker

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

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.