Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel
-
Packages that use Renderer.EdgeLabel Package Description edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of Renderer.EdgeLabel in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.EdgeLabel Modifier and Type Class Description class
BasicEdgeLabelRenderer<V,E>
static class
Renderer.EdgeLabel.NOOP
Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.EdgeLabel Modifier and Type Method Description Renderer.EdgeLabel<V,E>
BasicRenderer. getEdgeLabelRenderer()
Renderer.EdgeLabel<V,E>
Renderer. getEdgeLabelRenderer()
Methods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.EdgeLabel Modifier and Type Method Description void
BasicRenderer. setEdgeLabelRenderer(Renderer.EdgeLabel<V,E> edgeLabelRenderer)
void
Renderer. setEdgeLabelRenderer(Renderer.EdgeLabel<V,E> r)
-