Package pedviz.algorithms.sugiyama

Provides classes for the Sugiyama-algorithm implementation.

See:
          Description

Interface Summary
Splitter This interface defines methods for an algorithm that can split the given graph in two walls.
 

Class Summary
RandomSplitter This class can be used as a Splitter for the SugiyamaLayout class.
SicknessSplitter This class can be used as a WallSplitter for the SugiyamaLayout class.
SugiyamaEdgeView This class extends the EdgeView class by some methods used by the sugiyama algorithm.
SugiyamaLayout This class applies the Sugiyama-Algorihm on the specified graph.
SugiyamaNodeView This class extends the NodeView class by a barycentric property.
 

Package pedviz.algorithms.sugiyama Description

Provides classes for the Sugiyama-algorithm implementation.