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 java.lang.Object
implements ICucaDiagramFileMaker


Constructor Summary
CucaDiagramFileMaker(CucaDiagram diagram, java.util.List<java.awt.image.BufferedImage> flashcodes)
           
 
Method Summary
 java.lang.String createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption)
           
static java.lang.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,
                            java.util.List<java.awt.image.BufferedImage> flashcodes)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

createFile

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

getSvg

public static java.lang.String getSvg(UGraphicSvg ug)
                               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.