Package net.sourceforge.plantuml.svek
Class DotStringFactory
- java.lang.Object
-
- net.sourceforge.plantuml.svek.DotStringFactory
-
-
Constructor Summary
Constructors Constructor Description DotStringFactory(StringBounder stringBounder, ICucaDiagram diagram)DotStringFactory(StringBounder stringBounder, DotData dotData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNode(SvekNode node)voidcloseCluster()BibliotekongetBibliotekon()ColorSequencegetColorSequence()java.io.FilegetDotExe()GraphvizVersiongetGraphvizVersion()java.lang.StringgetSvg(BaseFile basefile, java.lang.String[] dotOptions)booleanillegalDotExe()voidmoveSvek(double deltaX, double deltaY)voidopenCluster(Entity g, ClusterHeader clusterHeader)voidsolve(EntityFactory entityFactory, java.lang.String svg)
-
-
-
Constructor Detail
-
DotStringFactory
public DotStringFactory(StringBounder stringBounder, DotData dotData)
-
DotStringFactory
public DotStringFactory(StringBounder stringBounder, ICucaDiagram diagram)
-
-
Method Detail
-
addNode
public void addNode(SvekNode node)
-
getGraphvizVersion
public GraphvizVersion getGraphvizVersion()
-
getSvg
public java.lang.String getSvg(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(EntityFactory entityFactory, java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
openCluster
public void openCluster(Entity g, ClusterHeader clusterHeader)
-
closeCluster
public void closeCluster()
-
moveSvek
public void moveSvek(double deltaX, double deltaY)
-
getBibliotekon
public final Bibliotekon getBibliotekon()
-
getColorSequence
public ColorSequence getColorSequence()
-
-