com.google.inject.grapher.graphviz
Class BindingEdgeFactory.GraphvizEdgeAdaptor
java.lang.Object
com.google.inject.grapher.graphviz.BindingEdgeFactory.GraphvizEdgeAdaptor
- All Implemented Interfaces:
- BindingEdge<String>
- Enclosing class:
- BindingEdgeFactory
protected class BindingEdgeFactory.GraphvizEdgeAdaptor
- extends Object
- implements BindingEdge<String>
Adaptor class that converts BindingEdge
methods to display
operations on a GraphvizEdge
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edge
protected final GraphvizEdge edge
BindingEdgeFactory.GraphvizEdgeAdaptor
public BindingEdgeFactory.GraphvizEdgeAdaptor(GraphvizEdge edge)
setType
public void setType(BindingEdge.Type type)
- Specified by:
setType
in interface BindingEdge<String>
Copyright © 2006-2011 Google, Inc.. All Rights Reserved.