Uses of Interface
edu.uci.ics.jung.visualization.renderers.VertexLabelRenderer

Packages that use VertexLabelRenderer
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. 
 

Uses of VertexLabelRenderer in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as VertexLabelRenderer
protected  VertexLabelRenderer PluggableRenderContext.vertexLabelRenderer
          A default GraphLabelRenderer - picked Vertex labels are blue, picked edge labels are cyan
 

Methods in edu.uci.ics.jung.visualization that return VertexLabelRenderer
 VertexLabelRenderer RenderContext.getVertexLabelRenderer()
           
 VertexLabelRenderer PluggableRenderContext.getVertexLabelRenderer()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type VertexLabelRenderer
 void RenderContext.setVertexLabelRenderer(VertexLabelRenderer vertexLabelRenderer)
           
 void PluggableRenderContext.setVertexLabelRenderer(VertexLabelRenderer vertexLabelRenderer)
           
 

Uses of VertexLabelRenderer in edu.uci.ics.jung.visualization.renderers
 

Classes in edu.uci.ics.jung.visualization.renderers that implement VertexLabelRenderer
 class DefaultVertexLabelRenderer
          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 VertexLabelRenderer
 Component VertexLabelAsShapeRenderer.prepareRenderer(RenderContext<V,E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex)
           
 Component BasicVertexLabelRenderer.prepareRenderer(RenderContext<V,E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex)
           
 



Copyright © 2009. All Rights Reserved.