public class ConstantVertexStrokeFunction extends java.lang.Object implements VertexStrokeFunction
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Stroke |
stroke |
| Constructor and Description |
|---|
ConstantVertexStrokeFunction(float thickness) |
ConstantVertexStrokeFunction(java.awt.Stroke s) |
public ConstantVertexStrokeFunction(float thickness)
public ConstantVertexStrokeFunction(java.awt.Stroke s)
public java.awt.Stroke getStroke(Vertex v)
getStroke in interface VertexStrokeFunctionVertexStrokeFunction.getStroke(edu.uci.ics.jung.graph.Vertex)