|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sunflow.core.bucket.RandomBucketOrder
public class RandomBucketOrder
| Constructor Summary | |
|---|---|
RandomBucketOrder()
|
|
| 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 RandomBucketOrder()
| Method Detail |
|---|
public int[] getBucketSequence(int nbw,
int nbh)
BucketOrder
getBucketSequence in interface BucketOrdernbw - 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 | |||||||||