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

All Known Implementing Classes:
AbstractEdgeShapeFunction

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

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