Uses of Interface
edu.uci.ics.jung.graph.decorators.VertexColorFunction

Packages that use VertexColorFunction
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.graphdraw Provides support classes for the GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. 
edu.uci.ics.jung.visualization.transform.shape   
 

Uses of VertexColorFunction in edu.uci.ics.jung.graph.decorators
 

Classes in edu.uci.ics.jung.graph.decorators that implement VertexColorFunction
 class ConstantVertexColorFunction
           
 

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

Fields in edu.uci.ics.jung.visualization declared as VertexColorFunction
protected  VertexColorFunction VertexColorToVertexPaintConverter.vcf
          Deprecated.  
 

Methods in edu.uci.ics.jung.visualization with parameters of type VertexColorFunction
 void GraphDraw.setVertexColorFunction(VertexColorFunction vcf)
          Deprecated. Modify this property via the renderer instead.
 void PluggableRenderer.setVertexColorFunction(VertexColorFunction vcf)
          Deprecated. Use setVertexPaintFunction with a VertexPaintFunction if you can
 

Constructors in edu.uci.ics.jung.visualization with parameters of type VertexColorFunction
VertexColorToVertexPaintConverter(VertexColorFunction vcf)
          Deprecated.  
 

Uses of VertexColorFunction in edu.uci.ics.jung.visualization.graphdraw
 

Fields in edu.uci.ics.jung.visualization.graphdraw declared as VertexColorFunction
protected  VertexColorFunction SettableRenderer.vertexColorFunction
          Deprecated.  
 

Methods in edu.uci.ics.jung.visualization.graphdraw with parameters of type VertexColorFunction
 void SettableRenderer.setVertexColorFunction(VertexColorFunction vcf)
          Deprecated. Finds the color of a vertex with a VertexColorFunction.
 

Uses of VertexColorFunction in edu.uci.ics.jung.visualization.transform.shape
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type VertexColorFunction
 void PluggableRendererDecorator.setVertexColorFunction(VertexColorFunction vcf)