|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.grapher.graphviz.InterfaceNodeFactory
public class InterfaceNodeFactory
Graphviz-specific implementation of InterfaceNode.Factory. Uses
a GraphvizEdgeAdaptor to delegate to a GraphvizNode.
| Nested Class Summary | |
|---|---|
protected class |
InterfaceNodeFactory.GraphvizNodeAdaptor
Adaptor class that converts InterfaceNode methods to display
operations on a GraphvizNode. |
| Constructor Summary | |
|---|---|
InterfaceNodeFactory(GraphvizRenderer renderer,
NameFactory nameFactory)
|
|
| Method Summary | |
|---|---|
InterfaceNode<java.lang.String> |
newInterfaceNode(java.lang.String nodeId)
Creates a new InterfaceNode and adds it to the graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public InterfaceNodeFactory(GraphvizRenderer renderer,
NameFactory nameFactory)
| Method Detail |
|---|
public InterfaceNode<java.lang.String> newInterfaceNode(java.lang.String nodeId)
InterfaceNode.FactoryInterfaceNode and adds it to the graph.
newInterfaceNode in interface InterfaceNode.Factory<java.lang.String,InterfaceNode<java.lang.String>>nodeId - ID for the node.
InterfaceNode instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||