edu.uci.ics.jung.graph.decorators
Class ConstantVertexStrokeFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.ConstantVertexStrokeFunction
- All Implemented Interfaces:
- VertexStrokeFunction
public class ConstantVertexStrokeFunction
- extends Object
- implements VertexStrokeFunction
- 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
ConstantVertexStrokeFunction
public ConstantVertexStrokeFunction(float thickness)
ConstantVertexStrokeFunction
public ConstantVertexStrokeFunction(Stroke s)
getStroke
public Stroke getStroke(Vertex v)
- Specified by:
getStroke
in interface VertexStrokeFunction
- See Also:
VertexStrokeFunction.getStroke(edu.uci.ics.jung.graph.Vertex)