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

All Known Implementing Classes:
AbstractEdgeShapeFunction, EdgeShape.BentLine, EdgeShape.CubicCurve, EdgeShape.Line, EdgeShape.Loop, EdgeShape.QuadCurve, EdgeShape.SimpleLoop, EdgeShape.Wedge

public interface EdgeShapeFunction

An interface for decorators that return a Shape for a specified edge.

Author:
Tom Nelson

Method Summary
 Shape getShape(Edge e)
          Returns the Shape associated with e.
 

Method Detail

getShape

Shape getShape(Edge e)
Returns the Shape associated with e.