public class ScanDot
extends java.lang.Object
implements java.lang.Comparable
A single scandot (opposed to a Polygon).
© 2002 Christian Treber, ct@ctreber.com
Modifier and Type | Field and Description |
---|---|
static int |
DotTypeGrid |
static int |
DotTypeStar |
Constructor and Description |
---|
ScanDot(int pType,
int pX,
int pY) |
ScanDot(int pType,
Point2D pPoint) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
int |
getType() |
int |
getX() |
int |
getY() |
java.lang.String |
toString() |
public static final int DotTypeStar
public static final int DotTypeGrid
public ScanDot(int pType, int pX, int pY)
public ScanDot(int pType, Point2D pPoint)