com.google.inject.grapher.graphviz
Class GraphvizModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.inject.grapher.graphviz.GraphvizModule
All Implemented Interfaces:
Module

public class GraphvizModule
extends AbstractModule

Module that provides GraphvizRenderer as the Renderer and binds the other Graphviz factories.

Author:
phopkins@gmail.com (Pete Hopkins)

Constructor Summary
GraphvizModule()
           
 
Method Summary
protected  void configure()
          Configures a Binder via the exposed methods.
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphvizModule

public GraphvizModule()
Method Detail

configure

protected void configure()
Description copied from class: AbstractModule
Configures a Binder via the exposed methods.

Specified by:
configure in class AbstractModule


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