Package | Description |
---|---|
com.google.inject.grapher.graphviz |
Modifier and Type | Method | Description |
---|---|---|
static ArrowType |
ArrowType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ArrowType[] |
ArrowType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
List<ArrowType> |
GraphvizEdge.getArrowHead() |
|
List<ArrowType> |
GraphvizEdge.getArrowTail() |
Modifier and Type | Method | Description |
---|---|---|
protected String |
GraphvizGrapher.getArrowString(List<ArrowType> arrows) |
|
void |
GraphvizEdge.setArrowHead(List<ArrowType> arrowHead) |
|
void |
GraphvizEdge.setArrowTail(List<ArrowType> arrowTail) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.