Class GraphvizGrapher

java.lang.Object
com.google.inject.grapher.AbstractInjectorGrapher
com.google.inject.grapher.graphviz.GraphvizGrapher
All Implemented Interfaces:
InjectorGrapher

public class GraphvizGrapher extends AbstractInjectorGrapher
InjectorGrapher implementation that writes out a Graphviz DOT file of the graph. Dependencies are bound in GraphvizModule.

Specify the PrintWriter to output to with setOut(PrintWriter).

Since:
4.0