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