|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ctreber.acearth.scanbit.ScanBit
public class ScanBit
Instruction to paint points xFrom to xTo on line y.
What I don't understand: why do values get summed to determine the pixel type?
© 2002 Christian Treber, [email protected]
Constructor Summary | |
---|---|
ScanBit(int pY,
int pLoX,
int pHiX,
int pType)
|
Method Summary | |
---|---|
int |
compareTo(Object o)
|
int |
getlXFrom()
|
int |
getType()
See values for |
int |
getXTo()
|
int |
getY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScanBit(int pY, int pLoX, int pHiX, int pType)
Method Detail |
---|
public int compareTo(Object o)
compareTo
in interface Comparable
public int getY()
public int getlXFrom()
public int getXTo()
public int getType()
See values for
Polygon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |