java.lang.Object | |
↳ | com.google.inject.grapher.graphviz.ImplementationNodeFactory |
Graphviz-specific implementation of ImplementationNode.Factory
. Uses
a BindingEdgeFactory.GraphvizEdgeAdaptor
to delegate to a GraphvizNode
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ImplementationNodeFactory.GraphvizNodeAdaptor | Adaptor class that converts ImplementationNode methods to display
operations on a GraphvizNode . |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.grapher.ImplementationNode.Factory
|