Uses of Interface
de.cau.cs.kieler.klay.layered.p3order.IPortDistributor

Packages that use IPortDistributor
de.cau.cs.kieler.klay.layered.p3order Phase 3 - crossing minimization by node reordering. 
 

Uses of IPortDistributor in de.cau.cs.kieler.klay.layered.p3order
 

Classes in de.cau.cs.kieler.klay.layered.p3order that implement IPortDistributor
 class NodeRelativePortDistributor
          Calculates port ranks and distributes ports.
 

Constructors in de.cau.cs.kieler.klay.layered.p3order with parameters of type IPortDistributor
BarycenterHeuristic(IPortDistributor selPortDistributor, Random graphRandom)
          Constructs a BarycenterHeuristic with the given portDistributor, selected by the LayerSweepCrossingMinimizer.
CompoundGraphLayerCrossingMinimizer(IPortDistributor selPortDistributor, Random graphRandom, boolean handleHierarchy, float[] portRanks, Map<LNode,NodeGroup>[] oneNodeNodeGroups, com.google.common.collect.Multimap<LNode,LNode> layoutUnit)
          Constructs a CompoundGraphLayerCrossingMinimizer with the given IPortDistributor, Random, isCompound, portPos array, single-node-nodeGroup map and layoutUnits.