net.sourceforge.plantuml.cucadiagram.dot
Class CucaDiagramFileMakerBeta

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

public final class CucaDiagramFileMakerBeta
extends Object


Constructor Summary
CucaDiagramFileMakerBeta(CucaDiagram diagram)
           
 
Method Summary
 List<File> createFile(File suggested, List<String> dotStrings, FileFormat fileFormat)
           
 void createFile(OutputStream os, List<String> dotStrings, FileFormat fileFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CucaDiagramFileMakerBeta

public CucaDiagramFileMakerBeta(CucaDiagram diagram)
                         throws IOException
Throws:
IOException
Method Detail

createFile

public List<File> createFile(File suggested,
                             List<String> dotStrings,
                             FileFormat fileFormat)
                      throws IOException,
                             InterruptedException
Throws:
IOException
InterruptedException

createFile

public void createFile(OutputStream os,
                       List<String> dotStrings,
                       FileFormat fileFormat)
                throws IOException,
                       InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2012. All Rights Reserved.