Class ScanBit
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scanbit.ScanBit
-
- All Implemented Interfaces:
Comparable
public class ScanBit extends Object implements 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]
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description ScanBit(int pY, int pLoX, int pHiX, int pType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
int
getlXFrom()
int
getType()
See values forint
getXTo()
int
getY()
-
-
-
Method Detail
-
compareTo
public int compareTo(Object o)
- 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:
Polygon
-
-