org.jboss.apiviz
Class Graphviz

java.lang.Object
  extended by org.jboss.apiviz.Graphviz

public class Graphviz
extends Object

Version:
$Rev: 76 $, $Date: 2010-02-05 05:58:30 +0100(ven, 05 feb 2010) $
Author:
The APIviz Project (apiviz-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)

Field Summary
static String GRAPHVIZ_EXECUTABLE_FIRST_LINE_CHECK
           
 
Method Summary
static boolean isAvailable(com.sun.javadoc.RootDoc root)
           
static void writeImageAndMap(com.sun.javadoc.RootDoc root, String diagram, File outputDirectory, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPHVIZ_EXECUTABLE_FIRST_LINE_CHECK

public static final String GRAPHVIZ_EXECUTABLE_FIRST_LINE_CHECK
See Also:
Constant Field Values
Method Detail

isAvailable

public static boolean isAvailable(com.sun.javadoc.RootDoc root)

writeImageAndMap

public static void writeImageAndMap(com.sun.javadoc.RootDoc root,
                                    String diagram,
                                    File outputDirectory,
                                    String filename)
                             throws IOException
Throws:
IOException


Copyright © 2008-2012 JBoss - a division of Red Hat. All Rights Reserved.