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

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

public class ConstantVertexSizeFunction
extends Object
implements VertexSizeFunction


Constructor Summary
ConstantVertexSizeFunction(int size)
           
 
Method Summary
 int getSize(Vertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantVertexSizeFunction

public ConstantVertexSizeFunction(int size)
Method Detail

getSize

public int getSize(Vertex v)
Specified by:
getSize in interface VertexSizeFunction