com.google.inject.grapher.graphviz
Class InterfaceNodeFactory.GraphvizNodeAdaptor
java.lang.Object
com.google.inject.grapher.graphviz.InterfaceNodeFactory.GraphvizNodeAdaptor
- All Implemented Interfaces:
- InterfaceNode<String>
- Enclosing class:
- InterfaceNodeFactory
protected class InterfaceNodeFactory.GraphvizNodeAdaptor
- extends Object
- implements InterfaceNode<String>
Adaptor class that converts InterfaceNode
methods to display
operations on a GraphvizNode
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected final GraphvizNode node
InterfaceNodeFactory.GraphvizNodeAdaptor
public InterfaceNodeFactory.GraphvizNodeAdaptor(GraphvizNode node)
setKey
public void setKey(Key<?> key)
- Specified by:
setKey
in interface InterfaceNode<String>
setSource
public void setSource(Object source)
- Specified by:
setSource
in interface InterfaceNode<String>
Copyright © 2006-2011 Google, Inc.. All Rights Reserved.