| Package | Description |
|---|---|
| com.google.inject.grapher | |
| com.google.inject.grapher.graphviz |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphingVisitor<K,N extends InterfaceNode<K>,M extends ImplementationNode<K>,B extends BindingEdge<K>,D extends DependencyEdge<K>>
BindingTargetVisitor that adds nodes and edges to the graph based on
the visited Binding. |
static interface |
InterfaceNode.Factory<K,T extends InterfaceNode<K>>
Factory interface for
InterfaceNodes. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
InterfaceNodeFactory.GraphvizNodeAdaptor
Adaptor class that converts
InterfaceNode methods to display
operations on a GraphvizNode. |
| Modifier and Type | Method and Description |
|---|---|
InterfaceNode<String> |
InterfaceNodeFactory.newInterfaceNode(String nodeId) |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.