Package net.sourceforge.plantuml.sdot
Class CucaDiagramFileMakerSmetana
java.lang.Object
net.sourceforge.plantuml.sdot.CucaDiagramFileMakerSmetana
- All Implemented Interfaces:
CucaDiagramFileMaker
-
Constructor Summary
ConstructorsConstructorDescriptionCucaDiagramFileMakerSmetana
(ICucaDiagram diagram, StringBounder stringBounder) -
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) void
drawGroup
(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
-
Constructor Details
-
CucaDiagramFileMakerSmetana
-
-
Method Details
-
drawGroup
-
createFile
public ImageData createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) throws IOException - Specified by:
createFile
in interfaceCucaDiagramFileMaker
- Throws:
IOException
-