| Constructor and Description |
|---|
DotStringFactory(StringBounder stringBounder,
DotData dotData) |
DotStringFactory(StringBounder stringBounder,
ICucaDiagram diagram) |
| 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 |
moveDelta(double deltaX,
double deltaY) |
void |
openCluster(Entity g,
ClusterHeader clusterHeader) |
void |
solve(EntityFactory entityFactory,
java.lang.String svg) |
public DotStringFactory(StringBounder stringBounder, DotData dotData)
public DotStringFactory(StringBounder stringBounder, ICucaDiagram 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.IOExceptionpublic boolean illegalDotExe()
public java.io.File getDotExe()
public void solve(EntityFactory entityFactory, java.lang.String svg) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void openCluster(Entity g, ClusterHeader clusterHeader)
public void closeCluster()
public void moveDelta(double deltaX,
double deltaY)
public final Bibliotekon getBibliotekon()
public ColorSequence getColorSequence()