Package net.sourceforge.plantuml.sdot
Class CucaDiagramFileMakerSmetana
java.lang.Object
net.sourceforge.plantuml.sdot.CucaDiagramFileMakerSmetana
- All Implemented Interfaces:
CucaDiagramFileMaker
-
Constructor Summary
ConstructorsConstructorDescriptionCucaDiagramFileMakerSmetana
(CucaDiagram diagram, StringBounder stringBounder) -
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption) void
drawGroup
(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CucaDiagramFileMakerSmetana
-
-
Method Details
-
drawGroup
-
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
-