Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Constructor and Description |
---|
GraphingVisitor(NodeIdFactory<K> idFactory,
InterfaceNode.Factory<K,N> interfaceNodeFactory,
ImplementationNode.Factory<K,M> implementationNodeFactory,
BindingEdge.Factory<K,B> bindingEdgeFactory,
DependencyEdge.Factory<K,D> dependencyEdgeFactory,
NodeAliasFactory<K> nodeAliasFactory) |
Modifier and Type | Class and Description |
---|---|
class |
GraphvizRenderer
Renderer implementation that writes out a Graphviz DOT file of the
graph. |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.