edu.uci.ics.jung.graph.decorators
Class ConstantVertexStrokeFunction

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.ConstantVertexStrokeFunction
All Implemented Interfaces:
VertexStrokeFunction

public class ConstantVertexStrokeFunction
extends Object
implements VertexStrokeFunction

Author:
Joshua O'Madadhain

Field Summary
protected  Stroke stroke
           
 
Constructor Summary
ConstantVertexStrokeFunction(float thickness)
           
ConstantVertexStrokeFunction(Stroke s)
           
 
Method Summary
 Stroke getStroke(Vertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stroke

protected Stroke stroke
Constructor Detail

ConstantVertexStrokeFunction

public ConstantVertexStrokeFunction(float thickness)

ConstantVertexStrokeFunction

public ConstantVertexStrokeFunction(Stroke s)
Method Detail

getStroke

public Stroke getStroke(Vertex v)
Specified by:
getStroke in interface VertexStrokeFunction
See Also:
VertexStrokeFunction.getStroke(edu.uci.ics.jung.graph.Vertex)