Package net.sourceforge.plantuml.svek
Class CucaDiagramFileMakerSvek
- java.lang.Object
-
- net.sourceforge.plantuml.svek.CucaDiagramFileMakerSvek
-
- All Implemented Interfaces:
CucaDiagramFileMaker
public final class CucaDiagramFileMakerSvek extends java.lang.Object implements CucaDiagramFileMaker
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramFileMakerSvek(CucaDiagram diagram)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageData
createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption)
-
-
-
Constructor Detail
-
CucaDiagramFileMakerSvek
public CucaDiagramFileMakerSvek(CucaDiagram diagram) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
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
-
-