net.sourceforge.plantuml.cucadiagram.dot
Class CucaDiagramFileMaker

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

public final class CucaDiagramFileMaker
extends Object


Constructor Summary
CucaDiagramFileMaker(CucaDiagram diagram)
           
 
Method Summary
 List<File> createFile(File suggested, List<String> dotStrings, FileFormatOption fileFormatOption)
           
 String createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
           
static String getSvg(UGraphicSvg ug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CucaDiagramFileMaker

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

createFile

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

createFile

public String createFile(OutputStream os,
                         List<String> dotStrings,
                         FileFormatOption fileFormatOption)
                  throws IOException,
                         InterruptedException
Throws:
IOException
InterruptedException

getSvg

public static String getSvg(UGraphicSvg ug)
                     throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.