Class ScanDot
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scandot.ScanDot
-
- All Implemented Interfaces:
Comparable
public class ScanDot extends Object implements Comparable
A single scandot (opposed to a Polygon).
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description static int
DotTypeGrid
static int
DotTypeStar
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
int
getType()
int
getX()
int
getY()
String
toString()
-
-
-
Field Detail
-
DotTypeStar
public static final int DotTypeStar
- See Also:
- Constant Field Values
-
DotTypeGrid
public static final int DotTypeGrid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScanDot
public ScanDot(int pType, int pX, int pY)
-
ScanDot
public ScanDot(int pType, Point2D pPoint)
-
-