edu.uci.ics.jung.graph.decorators
Class ConstantEdgeStrokeFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.ConstantEdgeStrokeFunction
- All Implemented Interfaces:
- EdgeStrokeFunction
public class ConstantEdgeStrokeFunction
- extends Object
- implements EdgeStrokeFunction
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stroke
protected Stroke stroke
ConstantEdgeStrokeFunction
public ConstantEdgeStrokeFunction(Stroke s)
ConstantEdgeStrokeFunction
public ConstantEdgeStrokeFunction(float thickness)
getStroke
public Stroke getStroke(Edge e)
- Specified by:
getStroke
in interface EdgeStrokeFunction
- See Also:
EdgeStrokeFunction.getStroke(edu.uci.ics.jung.graph.Edge)