|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sunflow.core.bucket.ColumnBucketOrder
public class ColumnBucketOrder
Constructor Summary | |
---|---|
ColumnBucketOrder()
|
Method Summary | |
---|---|
int[] |
getBucketSequence(int nbw,
int nbh)
Computes the order in which each coordinate on the screen should be visited. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnBucketOrder()
Method Detail |
---|
public int[] getBucketSequence(int nbw, int nbh)
BucketOrder
getBucketSequence
in interface BucketOrder
nbw
- number of buckets in the X directionnbh
- number of buckets in the Y direction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |