|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.maven.plugin.antrun.GraphVizVisualizer
public class GraphVizVisualizer
Generates a dependency diagram by using GraphViz.
Constructor Summary | |
---|---|
GraphVizVisualizer(OutputStream out)
|
|
GraphVizVisualizer(PrintWriter out)
|
Method Summary | |
---|---|
void |
addColoredSubgraph(DependencyGraph g,
String color)
Paint all edges and nodes that belong to the given subgraph by using the specified color. |
void |
close()
|
static GraphVizVisualizer |
createPng(File pngFile)
Returns a GraphVizVisualizer that generates a PNG file. |
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge. |
boolean |
visit(DependencyGraph.Node node)
Visits a node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphVizVisualizer(PrintWriter out)
public GraphVizVisualizer(OutputStream out)
Method Detail |
---|
public void addColoredSubgraph(DependencyGraph g, String color)
public void close()
public boolean visit(DependencyGraph.Edge edge)
GraphVisitor
visit
in interface GraphVisitor
public boolean visit(DependencyGraph.Node node)
GraphVisitor
visit
in interface GraphVisitor
public static GraphVizVisualizer createPng(File pngFile) throws IOException
GraphVizVisualizer
that generates a PNG file.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |