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

Packages that use VertexSizeFunction
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
 

Uses of VertexSizeFunction in edu.uci.ics.jung.graph.decorators
 

Classes in edu.uci.ics.jung.graph.decorators that implement VertexSizeFunction
 class ConstantVertexSizeFunction
           
 class InterpolatingVertexSizeFunction
          Provides vertex sizes that are spaced proportionally between min_size and max_size depending on
 

Fields in edu.uci.ics.jung.graph.decorators declared as VertexSizeFunction
protected  VertexSizeFunction AbstractVertexShapeFunction.vsf
           
 

Methods in edu.uci.ics.jung.graph.decorators with parameters of type VertexSizeFunction
 void AbstractVertexShapeFunction.setSizeFunction(VertexSizeFunction vsf)
           
 void SettableVertexShapeFunction.setSizeFunction(VertexSizeFunction vsf)
           
 

Constructors in edu.uci.ics.jung.graph.decorators with parameters of type VertexSizeFunction
AbstractVertexShapeFunction(VertexSizeFunction vsf, VertexAspectRatioFunction varf)
           
EllipseVertexShapeFunction(VertexSizeFunction vsf, VertexAspectRatioFunction varf)
           
 

Uses of VertexSizeFunction in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as VertexSizeFunction
protected  VertexSizeFunction VertexShapeFactory.vsf
           
 

Constructors in edu.uci.ics.jung.visualization with parameters of type VertexSizeFunction
VertexShapeFactory(VertexSizeFunction vsf, VertexAspectRatioFunction varf)
          Creates a VertexShapeFactory with the specified vertex size and aspect ratio functions.