|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrowType | |
---|---|
com.google.inject.grapher.graphviz |
Uses of ArrowType in com.google.inject.grapher.graphviz |
---|
Methods in com.google.inject.grapher.graphviz that return ArrowType | |
---|---|
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. |
Methods in com.google.inject.grapher.graphviz that return types with arguments of type ArrowType | |
---|---|
List<ArrowType> |
GraphvizEdge.getArrowHead()
|
List<ArrowType> |
GraphvizEdge.getArrowTail()
|
Method parameters in com.google.inject.grapher.graphviz with type arguments of type ArrowType | |
---|---|
protected String |
GraphvizRenderer.getArrowString(List<ArrowType> arrows)
Turns a List of ArrowType s into a String that
represents combining them. |
void |
GraphvizEdge.setArrowHead(List<ArrowType> arrowHead)
|
void |
GraphvizEdge.setArrowTail(List<ArrowType> arrowTail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |