Package net.sourceforge.plantuml.svek
Interface CucaDiagramFileMaker
-
- All Known Implementing Classes:
CucaDiagramFileMakerElk
,CucaDiagramFileMakerSmetana
,CucaDiagramFileMakerSvek
public interface CucaDiagramFileMaker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageData
createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
-
-
-
Method Detail
-
createFile
ImageData createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
-