net.sourceforge.plantuml.cucadiagram.dot
Class GraphvizUtils

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils

public class GraphvizUtils
extends java.lang.Object


Constructor Summary
GraphvizUtils()
           
 
Method Summary
static Graphviz create(java.lang.String dotString, java.lang.String... type)
          Deprecated. 
static java.lang.String dotVersion()
           
static java.io.File getDotExe()
           
static int getDotVersion()
           
static java.lang.String getenvGraphvizDot()
           
static java.lang.String getenvLogData()
           
static net.sourceforge.plantuml.cucadiagram.dot.OS getOS()
           
static java.util.List<java.lang.String> getTestDotStrings(boolean withRichText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphvizUtils

public GraphvizUtils()
Method Detail

create

@Deprecated
public static Graphviz create(java.lang.String dotString,
                                         java.lang.String... type)
Deprecated. 


getDotExe

public static java.io.File getDotExe()

getenvGraphvizDot

public static java.lang.String getenvGraphvizDot()

getenvLogData

public static java.lang.String getenvLogData()

dotVersion

public static java.lang.String dotVersion()
                                   throws java.io.IOException,
                                          java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

getDotVersion

public static int getDotVersion()
                         throws java.io.IOException,
                                java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

getTestDotStrings

public static java.util.List<java.lang.String> getTestDotStrings(boolean withRichText)

getOS

public static net.sourceforge.plantuml.cucadiagram.dot.OS getOS()


Copyright © 2012. All Rights Reserved.