public class DirectionalEdgeArrowFunction extends java.lang.Object implements EdgeArrowFunction
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Shape |
directed_arrow |
protected java.awt.Shape |
undirected_arrow |
| Constructor and Description |
|---|
DirectionalEdgeArrowFunction(int length,
int width,
int notch_depth) |
protected java.awt.Shape undirected_arrow
protected java.awt.Shape directed_arrow
public DirectionalEdgeArrowFunction(int length,
int width,
int notch_depth)
public java.awt.Shape getArrow(Edge e)
getArrow in interface EdgeArrowFunctionEdgeArrowFunction.getArrow(edu.uci.ics.jung.graph.Edge)