Package net.sourceforge.plantuml.jdot
Class CucaDiagramFileMakerJDot
- java.lang.Object
-
- net.sourceforge.plantuml.jdot.CucaDiagramFileMakerJDot
-
- All Implemented Interfaces:
CucaDiagramFileMaker
public class CucaDiagramFileMakerJDot extends java.lang.Object implements CucaDiagramFileMaker
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramFileMakerJDot(CucaDiagram diagram, StringBounder stringBounder)
-
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)
void
drawGroup(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
-
-
-
Constructor Detail
-
CucaDiagramFileMakerJDot
public CucaDiagramFileMakerJDot(CucaDiagram diagram, StringBounder stringBounder)
-
-
Method Detail
-
drawGroup
public void drawGroup(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
-
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
-
-