public static interface Renderer.Edge<V,E>
Modifier and Type | Interface and Description |
---|---|
static class |
Renderer.Edge.NOOP |
Modifier and Type | Method and Description |
---|---|
EdgeArrowRenderingSupport |
getEdgeArrowRenderingSupport() |
void |
paintEdge(RenderContext<V,E> rc,
edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout,
E e) |
void |
setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport edgeArrowRenderingSupport) |
void paintEdge(RenderContext<V,E> rc, edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout, E e)
EdgeArrowRenderingSupport getEdgeArrowRenderingSupport()
void setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport edgeArrowRenderingSupport)