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

Packages that use EdgeShapeFunction
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 EdgeShapeFunction in edu.uci.ics.jung.graph.decorators
 

Classes in edu.uci.ics.jung.graph.decorators that implement EdgeShapeFunction
 class AbstractEdgeShapeFunction
          An interface for decorators that return a Shape for a specified edge.
static class EdgeShape.BentLine
          An edge shape that renders as a bent-line between the vertex endpoints.
static class EdgeShape.CubicCurve
          An edge shape that renders as a CubicCurve between vertex endpoints.
static class EdgeShape.Line
          An edge shape that renders as a straight line between the vertex endpoints.
static class EdgeShape.Loop
          An edge shape that renders as a loop with its nadir at the center of the vertex.
static class EdgeShape.QuadCurve
          An edge shape that renders as a QuadCurve between vertex endpoints.
static class EdgeShape.SimpleLoop
          An edge shape that renders as a loop with its nadir at the center of the vertex.
static class EdgeShape.Wedge
          An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
 

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

Fields in edu.uci.ics.jung.visualization declared as EdgeShapeFunction
protected  EdgeShapeFunction PluggableRenderer.edgeShapeFunction
           
 

Methods in edu.uci.ics.jung.visualization that return EdgeShapeFunction
 EdgeShapeFunction HasShapeFunctions.getEdgeShapeFunction()
           
 EdgeShapeFunction PluggableRenderer.getEdgeShapeFunction()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type EdgeShapeFunction
 void PluggableRenderer.setEdgeShapeFunction(EdgeShapeFunction impl)
          setter for the EdgeShapeFunction
 

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

Methods in edu.uci.ics.jung.visualization.transform.shape that return EdgeShapeFunction
 EdgeShapeFunction PluggableRendererDecorator.getEdgeShapeFunction()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type EdgeShapeFunction
 void PluggableRendererDecorator.setEdgeShapeFunction(EdgeShapeFunction impl)