edu.uci.ics.jung.graph.decorators
Interface VertexSizeFunction

All Known Implementing Classes:
ConstantVertexSizeFunction, InterpolatingVertexSizeFunction

public interface VertexSizeFunction

Returns the characteristic size at which the symbol for this vertex should be rendered. For example:

This size may vary for different vertices in the same graph.

Author:
Joshua O'Madadhain

Method Summary
 int getSize(Vertex v)
           
 

Method Detail

getSize

int getSize(Vertex v)