net.sourceforge.plantuml.cucadiagram.dot
Class CucaDiagramFileMaker

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.CucaDiagramFileMaker
All Implemented Interfaces:
ICucaDiagramFileMaker

public final class CucaDiagramFileMaker
extends Object
implements ICucaDiagramFileMaker


Constructor Summary
CucaDiagramFileMaker(CucaDiagram diagram, List<BufferedImage> flashcodes)
           
 
Method Summary
 CucaDiagramFileMakerResult 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,
                            List<BufferedImage> flashcodes)
                     throws IOException
Throws:
IOException
Method Detail

createFile

public CucaDiagramFileMakerResult createFile(OutputStream os,
                                             List<String> dotStrings,
                                             FileFormatOption fileFormatOption)
                                      throws IOException,
                                             InterruptedException
Specified by:
createFile in interface ICucaDiagramFileMaker
Throws:
IOException
InterruptedException

getSvg

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


Copyright © 2012. All Rights Reserved.