Class ScanBit
java.lang.Object
zext.plantuml.com.ctreber.acearth.scanbit.ScanBit
- All Implemented Interfaces:
Comparable
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
Constructors -
Method Summary
-
Constructor Details
-
ScanBit
public ScanBit(int pY, int pLoX, int pHiX, int pType)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getY
public int getY() -
getlXFrom
public int getlXFrom() -
getXTo
public int getXTo() -
getType
public int getType()See values for
- See Also:
-