| Constructor and Description |
|---|
DotStringFactory(StringBounder stringBounder,
CucaDiagram diagram) |
DotStringFactory(StringBounder stringBounder,
DotData dotData) |
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape) |
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(IGroup g,
int titleAndAttributeWidth,
int titleAndAttributeHeight,
TextBlock title,
TextBlock stereo) |
ClusterPosition |
solve(java.lang.String svg) |
public DotStringFactory(StringBounder stringBounder, DotData dotData)
public DotStringFactory(StringBounder stringBounder, CucaDiagram diagram)
public void addShape(Shape shape)
public GraphvizVersion getGraphvizVersion()
public java.lang.String getSvg(BaseFile basefile, java.lang.String[] dotOptions) throws java.io.IOException
java.io.IOExceptionpublic boolean illegalDotExe()
public java.io.File getDotExe()
public ClusterPosition solve(java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic 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()
public ColorSequence getColorSequence()