public class DirectionalEdgeArrowTransformer<V,E>
extends java.lang.Object
implements org.apache.commons.collections4.Transformer<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E>,java.awt.Shape>
Modifier and Type | Field and Description |
---|---|
protected java.awt.Shape |
directed_arrow |
protected java.awt.Shape |
undirected_arrow |
Constructor and Description |
---|
DirectionalEdgeArrowTransformer(int length,
int width,
int notch_depth) |
Modifier and Type | Method and Description |
---|---|
java.awt.Shape |
transform(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E> context) |