Uses of Class
com.google.inject.grapher.graphviz.CompassPoint
-
Packages that use CompassPoint Package Description com.google.inject.grapher.graphviz -
-
Uses of CompassPoint in com.google.inject.grapher.graphviz
Methods in com.google.inject.grapher.graphviz that return CompassPoint Modifier and Type Method Description 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 Modifier and Type Method Description protected String
GraphvizGrapher. getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint)
void
GraphvizEdge. setHeadCompassPoint(CompassPoint headCompassPoint)
void
GraphvizEdge. setTailCompassPoint(CompassPoint tailCompassPoint)
-