Class ScanDot
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.scandot.ScanDot
-
- All Implemented Interfaces:
java.lang.Comparable
public class ScanDot extends java.lang.Object implements java.lang.ComparableA single scandot (opposed to a Polygon).
© 2002 Christian Treber, ct@ctreber.com
-
-
Field Summary
Fields Modifier and Type Field Description static intDotTypeGridstatic intDotTypeStar
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)intgetType()intgetX()intgetY()java.lang.StringtoString()
-
-
-
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)
-
-