Package net.sourceforge.plantuml.svek
Class CucaDiagramFileMaker
- java.lang.Object
-
- net.sourceforge.plantuml.svek.CucaDiagramFileMaker
-
- Direct Known Subclasses:
CucaDiagramFileMakerElk
,CucaDiagramFileMakerSmetana
,CucaDiagramFileMakerSvek
public abstract class CucaDiagramFileMaker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Bibliotekon
bibliotekon
protected ClusterManager
clusterManager
protected CucaDiagram
diagram
-
Constructor Summary
Constructors Constructor Description CucaDiagramFileMaker(CucaDiagram diagram)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ImageData
createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption)
abstract void
createOneGraphic(UGraphic ug)
protected Bibliotekon
getBibliotekon()
-
-
-
Field Detail
-
diagram
protected final CucaDiagram diagram
-
bibliotekon
protected final Bibliotekon bibliotekon
-
clusterManager
protected final ClusterManager clusterManager
-
-
Constructor Detail
-
CucaDiagramFileMaker
public CucaDiagramFileMaker(CucaDiagram diagram)
-
-
Method Detail
-
getBibliotekon
protected final Bibliotekon getBibliotekon()
-
createFile
public abstract ImageData createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption) throws java.io.IOException
- Throws:
java.io.IOException
-
createOneGraphic
public abstract void createOneGraphic(UGraphic ug)
-
-