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 Bibliotekon
getBibliotekon()
java.io.File
getDotExe()
GraphvizVersion
getGraphvizVersion()
java.lang.String
getSvg(StringBounder stringBounder, DotMode dotMode, BaseFile basefile, java.lang.String[] dotOptions)
boolean
illegalDotExe()
void
moveDelta(double deltaX, double deltaY)
void
solve(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.IOException
java.lang.InterruptedException
-
-