Uses of Interface
com.google.inject.grapher.NodeAliasFactory

Packages that use NodeAliasFactory
com.google.inject.grapher   
com.google.inject.grapher.graphviz   
 

Uses of NodeAliasFactory in com.google.inject.grapher
 

Constructors in com.google.inject.grapher with parameters of type NodeAliasFactory
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)
           
 

Uses of NodeAliasFactory in com.google.inject.grapher.graphviz
 

Classes in com.google.inject.grapher.graphviz that implement NodeAliasFactory
 class GraphvizRenderer
          Renderer implementation that writes out a Graphviz DOT file of the graph.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.