edu.uci.ics.jung.graph.decorators
Class ConstantVertexSizeFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.ConstantVertexSizeFunction
- All Implemented Interfaces:
- VertexSizeFunction
public class ConstantVertexSizeFunction
- extends Object
- implements VertexSizeFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantVertexSizeFunction
public ConstantVertexSizeFunction(int size)
getSize
public int getSize(Vertex v)
- Specified by:
getSize
in interface VertexSizeFunction