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 classRenderer.EdgeLabel.NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlabelEdge(RenderContext<V,E> rc, edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout, E e, java.lang.String label)
-