Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
-
Packages that use Renderer.VertexLabel Package Description edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of Renderer.VertexLabel in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.VertexLabel Modifier and Type Class Description class
BasicVertexLabelRenderer<V,E>
static class
Renderer.VertexLabel.NOOP
class
VertexLabelAsShapeRenderer<V,E>
Renders Vertex Labels, but can also supply Shapes for vertices.Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.VertexLabel Modifier and Type Method Description Renderer.VertexLabel<V,E>
BasicRenderer. getVertexLabelRenderer()
Renderer.VertexLabel<V,E>
Renderer. getVertexLabelRenderer()
Methods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.VertexLabel Modifier and Type Method Description void
BasicRenderer. setVertexLabelRenderer(Renderer.VertexLabel<V,E> vertexLabelRenderer)
void
Renderer. setVertexLabelRenderer(Renderer.VertexLabel<V,E> r)
-