Package net.sourceforge.plantuml.svek
Class DotStringFactory
- java.lang.Object
-
- net.sourceforge.plantuml.svek.DotStringFactory
-
-
Constructor Summary
Constructors Constructor Description DotStringFactory(Bibliotekon bibliotekon, Cluster root, UmlDiagramType umlDiagramType, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BibliotekongetBibliotekon()java.io.FilegetDotExe()GraphvizVersiongetGraphvizVersion()java.lang.StringgetSvg(StringBounder stringBounder, DotMode dotMode, BaseFile basefile, java.lang.String[] dotOptions)booleanillegalDotExe()voidmoveDelta(double deltaX, double deltaY)voidsolve(java.lang.String svg)
-
-
-
Constructor Detail
-
DotStringFactory
public DotStringFactory(Bibliotekon bibliotekon, Cluster root, UmlDiagramType umlDiagramType, ISkinParam skinParam)
-
-
Method Detail
-
getBibliotekon
public Bibliotekon getBibliotekon()
-
getGraphvizVersion
public GraphvizVersion getGraphvizVersion()
-
getSvg
public java.lang.String getSvg(StringBounder stringBounder, DotMode dotMode, BaseFile basefile, java.lang.String[] dotOptions) throws java.io.IOException
- Throws:
java.io.IOException
-
illegalDotExe
public boolean illegalDotExe()
-
getDotExe
public java.io.File getDotExe()
-
solve
public void solve(java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-