com.google.inject.grapher
Interface Renderer

All Known Implementing Classes:
GraphvizRenderer

public interface Renderer

Interface for the service that renders the graph. It is assumed that the implementations for BindingEdge.Factory, ImplementationNode.Factory, etc. will have direct access to the internals of the Renderer implementation, so the only external interface needed is the render() call that InjectorGrapher calls when it's done.

Author:
phopkins@gmail.com (Pete Hopkins)

Method Summary
 void render()
           
 

Method Detail

render

void render()
            throws IOException
Throws:
IOException


Copyright © 2006-2011 Google, Inc.. All Rights Reserved.