Package | Description |
---|---|
com.google.inject.grapher.graphviz |
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.
|
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) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.