Interface Renderer.EdgeLabel<V,E>
-
- All Known Implementing Classes:
BasicEdgeLabelRenderer
,Renderer.EdgeLabel.NOOP
public static interface Renderer.EdgeLabel<V,E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Renderer.EdgeLabel.NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
labelEdge(RenderContext<V,E> rc, edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout, E e, java.lang.String label)
-