Package giny.util

Interface Summary
JUNGSpringLayout.LengthFunction If the edge is weighted, then override this method to show what the visualized length is.
MonitorableTask Classes that perform long tasks (like graph algorithms) can implement this interface so that they can be monitored by a GUI like a javax.swing.plaf.ProgressBarUI or a javax.swing.ProgressMonitor
 

Class Summary
Abstract3DLayout  
AbstractLayout  
ForceDirectedLayout An implementation of a directed-force layout using logarithmic springs and electrical forces, as discussed in Chapter 10 of the book "Graph Drawing".
FRLayout  
FRLayout.FRVertexData  
GraphPerspectiveUtil This is a convenience class that offers a number of useful methods for GraphPerspectives.
IntNodeDistances Calculates the all-pairs-shortest-paths (APSP) of a set of giny.model.Node objects' indices that reside in a giny.model.GraphPerspective.
ISOM3DLayout  
ISOM3DLayout.ISOMVertexData  
ISOMLayout  
ISOMLayout.ISOMVertexData  
JUNGSpringLayout The SpringLayout package represents a visualization of a set of nodes.
MetaTree A MetaTree provides a view onto the MetaEdges of a GraphPerspective.
NodeDistances Calculates the all-pairs-shortest-paths (APSP) of a set of giny.model.Node objects that reside in a giny.model.GraphPerspective.
SpringEmbeddedLayouter An implementation of Kamada and Kawai's spring embedded layout algorithm.
Sugiyama  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
TieredInputReader