Package | Description |
---|---|
com.google.inject.grapher.graphviz |
Modifier and Type | Method and 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 and Description |
---|---|
List<ArrowType> |
GraphvizEdge.getArrowHead() |
List<ArrowType> |
GraphvizEdge.getArrowTail() |
Modifier and Type | Method and Description |
---|---|
protected String |
GraphvizGrapher.getArrowString(List<ArrowType> arrows)
|
void |
GraphvizEdge.setArrowHead(List<ArrowType> arrowHead) |
void |
GraphvizEdge.setArrowTail(List<ArrowType> arrowTail) |
Copyright © 2006–2015 Google, Inc.. All rights reserved.