Constructor and Description |
---|
DotStringFactory(StringBounder stringBounder,
CucaDiagram diagram) |
DotStringFactory(StringBounder stringBounder,
DotData dotData) |
Modifier and Type | Method and 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) |
void |
solve(boolean mergeIntricated,
EntityFactory entityFactory,
java.lang.String svg) |
public DotStringFactory(StringBounder stringBounder, DotData dotData)
public DotStringFactory(StringBounder stringBounder, CucaDiagram diagram)
public void addNode(SvekNode node)
public GraphvizVersion getGraphvizVersion()
public java.lang.String getSvg(BaseFile basefile, java.lang.String[] dotOptions) throws java.io.IOException
java.io.IOException
public boolean illegalDotExe()
public java.io.File getDotExe()
public void solve(boolean mergeIntricated, EntityFactory entityFactory, java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public void openCluster(int titleAndAttributeWidth, int titleAndAttributeHeight, TextBlock title, TextBlock stereo, IGroup g)
public void closeCluster()
public void moveSvek(double deltaX, double deltaY)
public final Bibliotekon getBibliotekon()
public ColorSequence getColorSequence()