com.google.inject.grapher.graphviz
Class InterfaceNodeFactory.GraphvizNodeAdaptor

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.inject.grapher.InterfaceNode
InterfaceNode.Factory<K,T extends InterfaceNode<K>>
 
Field Summary
protected  GraphvizNode node
           
 
Constructor Summary
InterfaceNodeFactory.GraphvizNodeAdaptor(GraphvizNode node)
           
 
Method Summary
 void setKey(Key<?> key)
           
 void setSource(Object source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected final GraphvizNode node
Constructor Detail

InterfaceNodeFactory.GraphvizNodeAdaptor

public InterfaceNodeFactory.GraphvizNodeAdaptor(GraphvizNode node)
Method Detail

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.