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

Packages that use EdgeFontFunction
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   
 

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

Classes in edu.uci.ics.jung.graph.decorators that implement EdgeFontFunction
 class ConstantEdgeFontFunction
           
 

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

Fields in edu.uci.ics.jung.visualization declared as EdgeFontFunction
protected  EdgeFontFunction PluggableRenderer.edgeFontFunction
           
 

Methods in edu.uci.ics.jung.visualization that return EdgeFontFunction
 EdgeFontFunction PluggableRenderer.getEdgeFontFunction()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type EdgeFontFunction
 void PluggableRenderer.setEdgeFontFunction(EdgeFontFunction eff)
          Sets the EdgeFontFunction that specifies the font to use for drawing each edge label.
 

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

Methods in edu.uci.ics.jung.visualization.transform.shape that return EdgeFontFunction
 EdgeFontFunction PluggableRendererDecorator.getEdgeFontFunction()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type EdgeFontFunction
 void PluggableRendererDecorator.setEdgeFontFunction(EdgeFontFunction eff)