Uses of Package
com.google.inject.grapher

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

Classes in com.google.inject.grapher used by com.google.inject.grapher
BindingEdge
          Interface for an edge that connects an interface to the type or instance that is bound to implement it.
BindingEdge.Factory
          Factory interface for BindingEdges.
BindingEdge.Type
          Classification for what kind of binding this edge represents.
DependencyEdge
          Interface for an edge from a class or InjectionPoint to the interface node that will satisfy the dependency.
DependencyEdge.Factory
          Factory interface for DependencyEdges.
ImplementationNode
          Node for classes and instances that have Dependencys and are bound to InterfaceNodes.
ImplementationNode.Factory
          Factory interface for ImplementationNodes.
InjectorGrapher
          Root class for graphing an Injector.
InterfaceNode
          Node for an interface class that has been bound to an implementation class or instance.
InterfaceNode.Factory
          Factory interface for InterfaceNodes.
NameFactory
          Interface for a service that provides nice Strings that we can display in the graph for the types that come up in Bindings.
NodeAliasFactory
          Factory for aliasing one node ID to another.
NodeIdFactory
          Factory for abstract identifiers for elements on the graph.
Renderer
          Interface for the service that renders the graph.
 

Classes in com.google.inject.grapher used by com.google.inject.grapher.graphviz
BindingEdge
          Interface for an edge that connects an interface to the type or instance that is bound to implement it.
BindingEdge.Factory
          Factory interface for BindingEdges.
BindingEdge.Type
          Classification for what kind of binding this edge represents.
DependencyEdge
          Interface for an edge from a class or InjectionPoint to the interface node that will satisfy the dependency.
DependencyEdge.Factory
          Factory interface for DependencyEdges.
ImplementationNode
          Node for classes and instances that have Dependencys and are bound to InterfaceNodes.
ImplementationNode.Factory
          Factory interface for ImplementationNodes.
InterfaceNode
          Node for an interface class that has been bound to an implementation class or instance.
InterfaceNode.Factory
          Factory interface for InterfaceNodes.
NameFactory
          Interface for a service that provides nice Strings that we can display in the graph for the types that come up in Bindings.
NodeAliasFactory
          Factory for aliasing one node ID to another.
Renderer
          Interface for the service that renders the graph.
 



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