Class CucaDiagramTxtMaker
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.dot.CucaDiagramTxtMaker
-
public final class CucaDiagramTxtMaker extends Object
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramTxtMaker(CucaDiagram diagram, FileFormat fileFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFiles(OutputStream os, int index)
List<SFile>
createFiles(SFile suggestedFile)
-
-
-
Constructor Detail
-
CucaDiagramTxtMaker
public CucaDiagramTxtMaker(CucaDiagram diagram, FileFormat fileFormat) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createFiles
public List<SFile> createFiles(SFile suggestedFile) throws IOException
- Throws:
IOException
-
createFiles
public void createFiles(OutputStream os, int index)
-
-