Class PointD
- java.lang.Object
-
- org.eclipse.nebula.widgets.geomap.PointD
-
public final class PointD extends java.lang.ObjectHolds 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.StringtoString()
-