Package net.sourceforge.plantuml.elk
Class CucaDiagramFileMakerElk
java.lang.Object
net.sourceforge.plantuml.elk.CucaDiagramFileMakerElk
- All Implemented Interfaces:
CucaDiagramFileMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CucaDiagramFileMakerElk
-
-
Method Details
-
createFile
public ImageData createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption) throws java.io.IOException - Specified by:
createFile
in interfaceCucaDiagramFileMaker
- Throws:
java.io.IOException
-