Package net.sourceforge.plantuml.svek
Class DotStringFactory
- java.lang.Object
-
- net.sourceforge.plantuml.svek.DotStringFactory
-
-
Constructor Summary
Constructors Constructor Description DotStringFactory(StringBounder stringBounder, CucaDiagram diagram)
DotStringFactory(StringBounder stringBounder, DotData dotData)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNode(SvekNode node)
void
closeCluster()
Bibliotekon
getBibliotekon()
ColorSequence
getColorSequence()
java.io.File
getDotExe()
GraphvizVersion
getGraphvizVersion()
java.lang.String
getSvg(BaseFile basefile, java.lang.String[] dotOptions)
boolean
illegalDotExe()
void
moveSvek(double deltaX, double deltaY)
void
openCluster(int titleAndAttributeWidth, int titleAndAttributeHeight, TextBlock title, TextBlock stereo, IGroup g)
static java.lang.String
sharp000000(int color)
void
solve(boolean mergeIntricated, EntityFactory entityFactory, java.lang.String svg)
-
-
-
Constructor Detail
-
DotStringFactory
public DotStringFactory(StringBounder stringBounder, DotData dotData)
-
DotStringFactory
public DotStringFactory(StringBounder stringBounder, CucaDiagram 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(boolean mergeIntricated, EntityFactory entityFactory, java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
-
sharp000000
public static java.lang.String sharp000000(int color)
-
openCluster
public void openCluster(int titleAndAttributeWidth, int titleAndAttributeHeight, TextBlock title, TextBlock stereo, IGroup g)
-
closeCluster
public void closeCluster()
-
moveSvek
public void moveSvek(double deltaX, double deltaY)
-
getBibliotekon
public final Bibliotekon getBibliotekon()
-
getColorSequence
public ColorSequence getColorSequence()
-
-