|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brackeen.javagamebook.graphics3D.ScanConverter.Scan
A horizontal scan line.
Field Summary | |
int |
left
|
int |
right
|
Constructor Summary | |
ScanConverter.Scan()
|
Method Summary | |
void |
clear()
Clears this scan line. |
boolean |
equals(int left,
int right)
Checks if this scan is equal to the specified values. |
boolean |
isValid()
Determines if this scan is valid (if left <= right). |
void |
setBoundary(int x)
Sets the left and right boundary for this scan if the x value is outside the current boundary. |
void |
setTo(int left,
int right)
Sets this scan. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int left
public int right
Constructor Detail |
public ScanConverter.Scan()
Method Detail |
public void setBoundary(int x)
public void clear()
public boolean isValid()
public void setTo(int left, int right)
public boolean equals(int left, int right)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |