Package | Description |
---|---|
com.google.inject.grapher.graphviz |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected String |
GraphvizGrapher.getEdgeEndPoint(String nodeId,
String portId,
CompassPoint compassPoint) |
void |
GraphvizEdge.setHeadCompassPoint(CompassPoint headCompassPoint) |
void |
GraphvizEdge.setTailCompassPoint(CompassPoint tailCompassPoint) |
Copyright © 2006–2016 Google, Inc.. All rights reserved.