Class PointD
- java.lang.Object
-
- org.eclipse.nebula.widgets.geomap.PointD
-
public final class PointD extends java.lang.Object
Holds x and y coordinates of type double.
-
-
Constructor Summary
Constructors Constructor Description PointD(double x, double y)
Initializes this PointD with the provided x- and y-coordinates
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-