fr.lri.bd.olap.jung
Class PathEdgeStrokeFunction
java.lang.Object
fr.lri.bd.olap.jung.PathEdgeStrokeFunction
- All Implemented Interfaces:
- edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction
public class PathEdgeStrokeFunction
- extends Object
- implements edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction
PathEdgeStrokeFunction takes care about highlight of edges, which are on the path from root to
destination vertex
- Author:
- holubec
PathEdgeStrokeFunction
public PathEdgeStrokeFunction(MainWindow mw)
- Default constructor
- Parameters:
mw - associated MainWindow class
getStroke
public Stroke getStroke(edu.uci.ics.jung.graph.Edge e)
- Specified by:
getStroke in interface edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction