Uses of Class
com.google.inject.grapher.graphviz.CompassPoint

Packages that use CompassPoint
com.google.inject.grapher.graphviz   
 

Uses of CompassPoint in com.google.inject.grapher.graphviz
 

Methods in com.google.inject.grapher.graphviz that return CompassPoint
 CompassPoint GraphvizEdge.getHeadCompassPoint()
           
 CompassPoint GraphvizEdge.getTailCompassPoint()
           
static CompassPoint CompassPoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompassPoint[] CompassPoint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.inject.grapher.graphviz with parameters of type CompassPoint
protected  String GraphvizRenderer.getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint)
           
 void GraphvizEdge.setHeadCompassPoint(CompassPoint headCompassPoint)
           
 void GraphvizEdge.setTailCompassPoint(CompassPoint tailCompassPoint)
           
 



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