fr.lri.bd.olap.jung
Class PathEdgeStrokeFunction

java.lang.Object
  extended by 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

Constructor Summary
PathEdgeStrokeFunction(MainWindow mw)
          Default constructor
 
Method Summary
 Stroke getStroke(edu.uci.ics.jung.graph.Edge e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathEdgeStrokeFunction

public PathEdgeStrokeFunction(MainWindow mw)
Default constructor

Parameters:
mw - associated MainWindow class
Method Detail

getStroke

public Stroke getStroke(edu.uci.ics.jung.graph.Edge e)
Specified by:
getStroke in interface edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction