Uses of Class
com.google.inject.grapher.InterfaceNode
-
Packages that use InterfaceNode Package Description com.google.inject.grapher com.google.inject.grapher.graphviz -
-
Uses of InterfaceNode in com.google.inject.grapher
Methods in com.google.inject.grapher with parameters of type InterfaceNode Modifier and Type Method Description protected abstract void
AbstractInjectorGrapher. newInterfaceNode(InterfaceNode node)
Adds a new interface node to the graph. -
Uses of InterfaceNode in com.google.inject.grapher.graphviz
Methods in com.google.inject.grapher.graphviz with parameters of type InterfaceNode Modifier and Type Method Description protected void
GraphvizGrapher. newInterfaceNode(InterfaceNode node)
-