public class CucaDiagramFileMakerJDot extends java.lang.Object implements CucaDiagramFileMaker
Constructor and Description |
---|
CucaDiagramFileMakerJDot(CucaDiagram diagram,
StringBounder stringBounder) |
Modifier and Type | Method and 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) |
public CucaDiagramFileMakerJDot(CucaDiagram diagram, StringBounder stringBounder)
public void drawGroup(UGraphic ug, YMirror ymirror, IGroup group, ST_Agraph_s gr)
public ImageData createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption) throws java.io.IOException
createFile
in interface CucaDiagramFileMaker
java.io.IOException