Class ScanDot
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scandot.ScanDot
-
- All Implemented Interfaces:
java.lang.Comparable
public class ScanDot extends java.lang.Object implements java.lang.Comparable
A single scandot (opposed to a Polygon).
© 2002 Christian Treber, ct@ctreber.com
-
-
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(java.lang.Object o)
int
getType()
int
getX()
int
getY()
java.lang.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)
-
-