fr.lri.bd.olap.jung
Class PathEdgePaintFunction

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
      extended by fr.lri.bd.olap.jung.PathEdgePaintFunction
All Implemented Interfaces:
edu.uci.ics.jung.graph.decorators.EdgePaintFunction

public class PathEdgePaintFunction
extends edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction

PathEdgePaintFunction takes care about highlight of edges, which are on the path from root to destination vertex

Author:
holubec

Field Summary
 
Fields inherited from interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
TRANSPARENT
 
Constructor Summary
PathEdgePaintFunction(MainWindow mw)
          Default constructor
 
Method Summary
 Paint getDrawPaint(edu.uci.ics.jung.graph.Edge e)
           
 
Methods inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
getFillPaint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathEdgePaintFunction

public PathEdgePaintFunction(MainWindow mw)
Default constructor

Parameters:
mw - associated MainWindow class
Method Detail

getDrawPaint

public Paint getDrawPaint(edu.uci.ics.jung.graph.Edge e)
See Also:
EdgePaintFunction.getDrawPaint(edu.uci.ics.jung.graph.Edge)