Class ScanDot
java.lang.Object
ext.plantuml.com.ctreber.acearth.scandot.ScanDot
- All Implemented Interfaces:
Comparable
A single scandot (opposed to a Polygon).
© 2002 Christian Treber, ct@ctreber.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DotTypeStar
public static final int DotTypeStar- See Also:
-
DotTypeGrid
public static final int DotTypeGrid- See Also:
-
-
Constructor Details
-
ScanDot
public ScanDot(int pType, int pX, int pY) -
ScanDot
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getType
public int getType() -
getX
public int getX() -
getY
public int getY() -
toString
-