Package net.sourceforge.plantuml.sdot
Class CucaDiagramFileMakerSmetana
- java.lang.Object
-
- net.sourceforge.plantuml.sdot.CucaDiagramFileMakerSmetana
-
- All Implemented Interfaces:
CucaDiagramFileMaker
public class CucaDiagramFileMakerSmetana extends Object implements CucaDiagramFileMaker
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramFileMakerSmetana(CucaDiagram diagram, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageData
createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
void
drawGroup(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
-
-
-
Constructor Detail
-
CucaDiagramFileMakerSmetana
public CucaDiagramFileMakerSmetana(CucaDiagram diagram, StringBounder stringBounder)
-
-
Method Detail
-
drawGroup
public void drawGroup(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
-
createFile
public ImageData createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) throws IOException
- Specified by:
createFile
in interfaceCucaDiagramFileMaker
- Throws:
IOException
-
-