|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraytracer.RasterSequence
public class RasterSequence
Constructor Summary | |
---|---|
RasterSequence(int blockwidth,
int blockheight,
int width_,
int height_)
constructor |
Method Summary | |
---|---|
boolean |
getNextBlock(Rectangle rect)
get the next block in the list |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterSequence(int blockwidth, int blockheight, int width_, int height_)
blockwidth
- width of the blocks in x-directionblockheight
- height of the blocks in y-directionwidth_
- width of the canvasheight_
- height of the canvasMethod Detail |
---|
public boolean getNextBlock(Rectangle rect)
rect
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |