public final class IterationBuffer
extends java.lang.Object
IterationBuffer
class provides a container for the iteration buffer.
Note that this class cannot be subclassed!
Modifier and Type | Field and Description |
---|---|
IterationResult[] |
fBuffer
The iteration buffer as a linear array.
|
int |
fHeight
The screen height of the iteration buffer.
|
int |
fWidth
The screen width of the iteration buffer.
|
Constructor and Description |
---|
IterationBuffer(int width,
int height)
Constructs an
IterationBuffer object that contains an iteration buffer. |
public IterationResult[] fBuffer
public int fHeight
public int fWidth