Uses of Interface
com.google.inject.grapher.graphviz.PortIdFactory
-
Packages that use PortIdFactory Package Description com.google.inject.grapher.graphviz -
-
Uses of PortIdFactory in com.google.inject.grapher.graphviz
Classes in com.google.inject.grapher.graphviz that implement PortIdFactory Modifier and Type Class Description class
PortIdFactoryImpl
Implementation ofPortIdFactory
.Fields in com.google.inject.grapher.graphviz declared as PortIdFactory Modifier and Type Field Description private PortIdFactory
GraphvizGrapher. portIdFactory
Constructors in com.google.inject.grapher.graphviz with parameters of type PortIdFactory Constructor Description GraphvizGrapher(NameFactory nameFactory, PortIdFactory portIdFactory)
-