Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
-
Packages that use Renderer.Vertex Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of Renderer.Vertex in edu.uci.ics.jung.samples
Classes in edu.uci.ics.jung.samples that implement Renderer.Vertex Modifier and Type Class Description (package private) class
VertexImageShaperDemo.DemoRenderer<V,E>
a special renderer that can turn outlines on and off in this demo. -
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
Fields in edu.uci.ics.jung.visualization.renderers declared as Renderer.Vertex Modifier and Type Field Description (package private) Renderer.Vertex<V,E>
BasicRenderer. vertexRenderer
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)
-