fr.lri.bd.olap.jung
Class SubGraphEdgeStrokeFunction

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

public class SubGraphEdgeStrokeFunction
extends Object
implements edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction

SubGraphEdgeStrokeFunction takes care about highlight of edges, which are part of subgraph

Author:
holubec

Constructor Summary
SubGraphEdgeStrokeFunction(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

SubGraphEdgeStrokeFunction

public SubGraphEdgeStrokeFunction(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