public class RandomBucketOrder extends java.lang.Object implements BucketOrder
Constructor and Description |
---|
RandomBucketOrder() |
Modifier and Type | Method and Description |
---|---|
int[] |
getBucketSequence(int nbw,
int nbh)
Computes the order in which each coordinate on the screen should be
visited.
|
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