be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph
Class GraphAspectFunctions.EdgeAspectFunction

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
      extended by edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
          extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.graph.GraphAspectFunctions.EdgeAspectFunction
All Implemented Interfaces:
edu.uci.ics.jung.graph.decorators.EdgePaintFunction, edu.uci.ics.jung.graph.decorators.EdgeShape.ParallelRendering, edu.uci.ics.jung.graph.decorators.EdgeShapeFunction, edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction
Enclosing class:
GraphAspectFunctions

public static class GraphAspectFunctions.EdgeAspectFunction
extends edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
implements edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction, edu.uci.ics.jung.graph.decorators.EdgePaintFunction, edu.uci.ics.jung.graph.decorators.EdgeShapeFunction


Field Summary
protected static java.awt.Color color
           
protected static java.awt.Color downColor
           
 
Fields inherited from class edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
parallelEdgeIndexFunction
 
Fields inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
control_offset_increment
 
Fields inherited from interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
TRANSPARENT
 
Constructor Summary
GraphAspectFunctions.EdgeAspectFunction()
           
 
Method Summary
 java.awt.Paint getDrawPaint(edu.uci.ics.jung.graph.Edge e)
           
 java.awt.Paint getFillPaint(edu.uci.ics.jung.graph.Edge e)
           
 java.awt.Shape getShape(edu.uci.ics.jung.graph.Edge e)
           
 java.awt.Stroke getStroke(edu.uci.ics.jung.graph.Edge e)
           
 
Methods inherited from class edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
setParallelEdgeIndexFunction
 
Methods inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
setControlOffsetIncrement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected static java.awt.Color color

downColor

protected static java.awt.Color downColor
Constructor Detail

GraphAspectFunctions.EdgeAspectFunction

public GraphAspectFunctions.EdgeAspectFunction()
Method Detail

getStroke

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

getShape

public java.awt.Shape getShape(edu.uci.ics.jung.graph.Edge e)
Specified by:
getShape in interface edu.uci.ics.jung.graph.decorators.EdgeShapeFunction
Overrides:
getShape in class edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine

getDrawPaint

public java.awt.Paint getDrawPaint(edu.uci.ics.jung.graph.Edge e)
Specified by:
getDrawPaint in interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction

getFillPaint

public java.awt.Paint getFillPaint(edu.uci.ics.jung.graph.Edge e)
Specified by:
getFillPaint in interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.