Uses of Interface
de.cau.cs.kieler.klodd.hierarchical.modules.INodePlacer

Packages that use INodePlacer
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
 

Uses of INodePlacer in de.cau.cs.kieler.klodd.hierarchical.impl
 

Classes in de.cau.cs.kieler.klodd.hierarchical.impl that implement INodePlacer
 class BalancingNodePlacer
          Node placing algorithm that improves the overall balance of the graph after executing a basic node placer.
 class BasicNodePlacer
          Node placing algorithm that orders all linear segments and creates an unbalanced placement.