|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--suvi.alg.policies.LinearComponentLayoutPolicy.LeftRightAlternatingOrdererDecorator
Produces a new permutation by alternatingly putting the next index to the left or to the right of the resulting permutation.
Constructor Summary | |
LinearComponentLayoutPolicy.LeftRightAlternatingOrdererDecorator(LinearComponentLayoutPolicy.Orderer original)
|
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.LeftRightAlternatingOrdererDecorator(LinearComponentLayoutPolicy.Orderer original)
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 |