Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
-
Packages that use Renderer.Vertex Package Description edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of Renderer.Vertex in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.Vertex Modifier and Type Class Description class
BasicVertexRenderer<V,E>
class
CachingVertexRenderer<V,E>
class
GradientVertexRenderer<V,E>
A renderer that will fill vertex shapes with a GradientPaintstatic class
Renderer.Vertex.NOOP
Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.Vertex Modifier and Type Method Description Renderer.Vertex<V,E>
BasicRenderer. getVertexRenderer()
Renderer.Vertex<V,E>
Renderer. getVertexRenderer()
Methods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.Vertex Modifier and Type Method Description void
BasicRenderer. setVertexRenderer(Renderer.Vertex<V,E> r)
void
Renderer. setVertexRenderer(Renderer.Vertex<V,E> r)
-