Uses of Interface
giny.util.JUNGSpringLayout.LengthFunction

Packages that use JUNGSpringLayout.LengthFunction
giny.util   
 

Uses of JUNGSpringLayout.LengthFunction in giny.util
 

Fields in giny.util declared as JUNGSpringLayout.LengthFunction
static JUNGSpringLayout.LengthFunction JUNGSpringLayout.UNITLENGTHFUNCTION
           
 

Methods in giny.util with parameters of type JUNGSpringLayout.LengthFunction
protected  void JUNGSpringLayout.calcEdgeLength(giny.util.JUNGSpringLayout.SpringEdgeData sed, JUNGSpringLayout.LengthFunction f)
           
 

Constructors in giny.util with parameters of type JUNGSpringLayout.LengthFunction
JUNGSpringLayout(GraphView g, JUNGSpringLayout.LengthFunction f)
          Constructor for a SpringLayout for a raw graph with associated component.