Uses of Interface
edu.uci.ics.jung.visualization.renderers.VertexLabelRenderer
Packages that use VertexLabelRenderer
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Visualization mechanisms relating to rendering.
-
Uses of VertexLabelRenderer in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as VertexLabelRendererModifier and TypeFieldDescription(package private) VertexLabelRenderer
EdgeLabelDemo.vertexLabelRenderer
-
Uses of VertexLabelRenderer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as VertexLabelRendererModifier and TypeFieldDescriptionprotected VertexLabelRenderer
PluggableRenderContext.vertexLabelRenderer
A default GraphLabelRenderer - picked Vertex labels are blue, picked edge labels are cyanMethods in edu.uci.ics.jung.visualization that return VertexLabelRendererModifier and TypeMethodDescriptionPluggableRenderContext.getVertexLabelRenderer()
RenderContext.getVertexLabelRenderer()
Methods in edu.uci.ics.jung.visualization with parameters of type VertexLabelRendererModifier and TypeMethodDescriptionvoid
PluggableRenderContext.setVertexLabelRenderer
(VertexLabelRenderer vertexLabelRenderer) void
RenderContext.setVertexLabelRenderer
(VertexLabelRenderer vertexLabelRenderer) -
Uses of VertexLabelRenderer in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement VertexLabelRendererModifier and TypeClassDescriptionclass
DefaultVertexLabelRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.Methods in edu.uci.ics.jung.visualization.renderers with parameters of type VertexLabelRendererModifier and TypeMethodDescriptionBasicVertexLabelRenderer.prepareRenderer
(RenderContext<V, E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex) VertexLabelAsShapeRenderer.prepareRenderer
(RenderContext<V, E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex)