public class ScanDot extends Object implements Comparable
A single scandot (opposed to a Polygon).
© 2002 Christian Treber, [email protected]
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(Object o) |
int |
getType() |
int |
getX() |
int |
getY() |
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)
Copyright © 2015. All Rights Reserved.