-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class GeoIntPoint implements Comparable<GeoIntPoint>
-
-
Constructor Summary
Constructors Constructor Description GeoIntPoint(Point point)GeoIntPoint(Integer x, Integer y)
-
Method Summary
-
-
Method Detail
-
align
final GeoIntPoint align(Integer gridWidth, Integer gridHeight)
-
align
final GeoIntPoint align(Dimension grid)
-
compareTo
Integer compareTo(GeoIntPoint other)
-
-
-
-