suvi.alg.policies
Interface LinearComponentLayoutPolicy.Orderer

All Known Implementing Classes:
LinearComponentLayoutPolicy.LeftRightAlternatingOrdererDecorator, LinearComponentLayoutPolicy.SortingOrderer
Enclosing interface:
LinearComponentLayoutPolicy

public static interface LinearComponentLayoutPolicy.Orderer

Determines the order of component graph layouts.


Method Summary
 int[] ordering(java.awt.Dimension[] extents)
          The order, which is a permutation of indices into the extents array, in which the extents (corresponding to layouts) are to be placed into the final layout.
 

Method Detail

ordering

public int[] ordering(java.awt.Dimension[] extents)

The order, which is a permutation of indices into the extents array, in which the extents (corresponding to layouts) are to be placed into the final layout.