Constructor and Description |
---|
DotStringFactory(ColorSequence colorSequence,
StringBounder stringBounder,
DotData dotData) |
Modifier and Type | Method and Description |
---|---|
void |
addShape(Shape shape) |
void |
closeCluster() |
Bibliotekon |
getBibliotekon() |
java.io.File |
getDotExe() |
GraphvizVersion |
getGraphvizVersion() |
java.lang.String |
getSvg(boolean trace,
java.lang.String... dotStrings) |
boolean |
illegalDotExe() |
void |
moveSvek(double deltaX,
double deltaY) |
void |
openCluster(IGroup g,
int titleAndAttributeWidth,
int titleAndAttributeHeight,
TextBlock title,
TextBlock stereo) |
ClusterPosition |
solve(java.lang.String svg) |
public DotStringFactory(ColorSequence colorSequence, StringBounder stringBounder, DotData dotData)
public void addShape(Shape shape)
public GraphvizVersion getGraphvizVersion()
public java.lang.String getSvg(boolean trace, java.lang.String... dotStrings) throws java.io.IOException
java.io.IOException
public boolean illegalDotExe()
public java.io.File getDotExe()
public ClusterPosition solve(java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public void openCluster(IGroup g, int titleAndAttributeWidth, int titleAndAttributeHeight, TextBlock title, TextBlock stereo)
public void closeCluster()
public void moveSvek(double deltaX, double deltaY)
public final Bibliotekon getBibliotekon()