public class

InterfaceNodeFactory

extends Object
implements InterfaceNode.Factory<K, T extends InterfaceNode<K>>
java.lang.Object
   ↳ com.google.inject.grapher.graphviz.InterfaceNodeFactory

Class Overview

Graphviz-specific implementation of InterfaceNode.Factory. Uses a GraphvizEdgeAdaptor to delegate to a GraphvizNode.

Summary

Nested Classes
class InterfaceNodeFactory.GraphvizNodeAdaptor Adaptor class that converts InterfaceNode methods to display operations on a GraphvizNode
Public Constructors
InterfaceNodeFactory(GraphvizRenderer renderer, NameFactory nameFactory)
Public Methods
InterfaceNode<String> newInterfaceNode(String nodeId)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.grapher.InterfaceNode.Factory

Public Constructors

public InterfaceNodeFactory (GraphvizRenderer renderer, NameFactory nameFactory)

Public Methods

public InterfaceNode<String> newInterfaceNode (String nodeId)