net.sourceforge.plantuml.cucadiagram.dot
Class GraphvizUtils

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

public class GraphvizUtils
extends Object


Constructor Summary
GraphvizUtils()
           
 
Method Summary
static Graphviz create(String dotString, String... type)
          Deprecated. 
static String dotVersion()
           
static File getDotExe()
           
static int getDotVersion()
           
static String getenvGraphvizDot()
           
static String getenvLogData()
           
static net.sourceforge.plantuml.cucadiagram.dot.OS getOS()
           
static List<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(String dotString,
                                         String... type)
Deprecated. 


getDotExe

public static File getDotExe()

getenvGraphvizDot

public static String getenvGraphvizDot()

getenvLogData

public static String getenvLogData()

dotVersion

public static String dotVersion()
                         throws IOException,
                                InterruptedException
Throws:
IOException
InterruptedException

getDotVersion

public static int getDotVersion()
                         throws IOException,
                                InterruptedException
Throws:
IOException
InterruptedException

getTestDotStrings

public static List<String> getTestDotStrings(boolean withRichText)

getOS

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


Copyright © 2012. All Rights Reserved.