Uses of Interface
edu.uci.ics.jung.algorithms.layout.SpringLayout.LengthFunction

Packages that use SpringLayout.LengthFunction
edu.uci.ics.jung.algorithms.layout Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices. 
edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization. 
 

Uses of SpringLayout.LengthFunction in edu.uci.ics.jung.algorithms.layout
 

Classes in edu.uci.ics.jung.algorithms.layout that implement SpringLayout.LengthFunction
static class SpringLayout.UnitLengthFunction<E>
          Returns all edges as the same length: the input value
 

Fields in edu.uci.ics.jung.algorithms.layout declared as SpringLayout.LengthFunction
protected  SpringLayout.LengthFunction<E> SpringLayout.lengthFunction
           
static SpringLayout.LengthFunction SpringLayout.UNITLENGTHFUNCTION
           
 

Methods in edu.uci.ics.jung.algorithms.layout with parameters of type SpringLayout.LengthFunction
protected  void SpringLayout.calcEdgeLength(SpringLayout.SpringEdgeData<E> sed, SpringLayout.LengthFunction<E> f)
           
 

Constructors in edu.uci.ics.jung.algorithms.layout with parameters of type SpringLayout.LengthFunction
SpringLayout(Graph<V,E> g, SpringLayout.LengthFunction<E> f)
          Constructor for a SpringLayout for a raw graph with associated component.
 

Uses of SpringLayout.LengthFunction in edu.uci.ics.jung.samples
 

Fields in edu.uci.ics.jung.samples declared as SpringLayout.LengthFunction
static SpringLayout.LengthFunction<Number> AddNodeDemo.UNITLENGTHFUNCTION
           
static SpringLayout.LengthFunction<Number> AnimatingAddNodeDemo.UNITLENGTHFUNCTION
           
 



Copyright © 2008 null. All Rights Reserved.