Class DotStringFactory

java.lang.Object
net.sourceforge.plantuml.svek.DotStringFactory
All Implemented Interfaces:
Moveable

public class DotStringFactory extends java.lang.Object implements Moveable
  • Constructor Details

  • Method Details

    • 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
    • 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)
      Specified by:
      moveSvek in interface Moveable
    • getBibliotekon

      public final Bibliotekon getBibliotekon()
    • getColorSequence

      public ColorSequence getColorSequence()