|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--suvi.alg.policies.LinearComponentLayoutPolicy.SortingOrderer
Produces a sorted permutation of the indices based on an ordering
predicate on Dimension
s.
Constructor Summary | |
LinearComponentLayoutPolicy.SortingOrderer(javautils.fun.Function pred)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LinearComponentLayoutPolicy.SortingOrderer(javautils.fun.Function pred)
Method Detail |
public int[] ordering(java.awt.Dimension[] extents)
LinearComponentLayoutPolicy.Orderer
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.
ordering
in interface LinearComponentLayoutPolicy.Orderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |