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

Packages that use VertexIconFunction
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.transform.shape   
samples.graph Provides sample graph code that may be of interest. 
 

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

Classes in edu.uci.ics.jung.graph.decorators that implement VertexIconFunction
 class ConstantVertexIconFunction
          Returns the specified label for all vertices.
 class DefaultVertexIconFunction
          A simple, stateful VertexIconFunction.
 class PickableVertexIconFunction
          Supplies an Icon for each vertex according to the Icon parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
 class VertexIconAndShapeFunction
          A default implementation that stores images in a Map keyed on the vertex.
 

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

Fields in edu.uci.ics.jung.visualization declared as VertexIconFunction
protected  VertexIconFunction PluggableRenderer.vertexIconFunction
           
 

Methods in edu.uci.ics.jung.visualization that return VertexIconFunction
 VertexIconFunction PluggableRenderer.getVertexIconFunction()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type VertexIconFunction
 void PluggableRenderer.setVertexIconFunction(VertexIconFunction vertexIconFunction)
           
 

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

Methods in edu.uci.ics.jung.visualization.transform.shape that return VertexIconFunction
 VertexIconFunction PluggableRendererDecorator.getVertexIconFunction()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type VertexIconFunction
 void PluggableRendererDecorator.setVertexIconFunction(VertexIconFunction vertexImager)
           
 

Uses of VertexIconFunction in samples.graph
 

Classes in samples.graph that implement VertexIconFunction
static class VertexImageShaperDemo.DemoVertexImageShapeFunction
          this class exists only to provide settings to turn on/off shapes and image fill in this demo.