edu.uci.ics.jung.visualization.graphdraw
Interface EdgeThicknessFunction


public interface EdgeThicknessFunction

An EdgeColorFunction returns an int, given an Edge. Is used for SettableRenderer in order to allow a variety of edge thicknesses to be chosen based on whatever the user wants to use.

Author:
danyelf

Method Summary
 float getEdgeThickness(Edge e)
           
 

Method Detail

getEdgeThickness

public float getEdgeThickness(Edge e)