Package | Description |
---|---|
com.google.inject.grapher.graphviz |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ArrowType> |
GraphvizEdge.arrowHead |
private java.util.List<ArrowType> |
GraphvizEdge.arrowTail |
Modifier and Type | Method and Description |
---|---|
static ArrowType |
ArrowType.valueOf(java.lang.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 |
---|---|
java.util.List<ArrowType> |
GraphvizEdge.getArrowHead() |
java.util.List<ArrowType> |
GraphvizEdge.getArrowTail() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
GraphvizGrapher.getArrowString(java.util.List<ArrowType> arrows)
|
void |
GraphvizEdge.setArrowHead(java.util.List<ArrowType> arrowHead) |
void |
GraphvizEdge.setArrowTail(java.util.List<ArrowType> arrowTail) |