net.sourceforge.plantuml.svek
Class DotStringFactory

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

public class DotStringFactory
extends java.lang.Object
implements Moveable


Constructor Summary
DotStringFactory(ColorSequence colorSequence, StringBounder stringBounder, DotData dotData)
           
 
Method Summary
 void addShape(Shape shape)
           
 void closeCluster()
           
 Bibliotekon getBibliotekon()
           
 java.io.File getDotExe()
           
 java.lang.String getSvg(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotStringFactory

public DotStringFactory(ColorSequence colorSequence,
                        StringBounder stringBounder,
                        DotData dotData)
Method Detail

addShape

public void addShape(Shape shape)

illegalDotExe

public boolean illegalDotExe()

getDotExe

public java.io.File getDotExe()

getSvg

public java.lang.String getSvg(java.lang.String... dotStrings)
                        throws java.io.IOException,
                               java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

solve

public ClusterPosition solve(java.lang.String svg)
                      throws java.io.IOException,
                             java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

openCluster

public void openCluster(IGroup g,
                        int titleAndAttributeWidth,
                        int titleAndAttributeHeight,
                        TextBlock title,
                        TextBlock stereo)

closeCluster

public void closeCluster()

moveSvek

public void moveSvek(double deltaX,
                     double deltaY)
Specified by:
moveSvek in interface Moveable

getBibliotekon

public final Bibliotekon getBibliotekon()


Copyright © 2013. All Rights Reserved.