Package com.microstrategy.web.app.maps
Class Point
- java.lang.Object
-
- com.microstrategy.web.app.maps.Point
-
- Direct Known Subclasses:
PixelPoint
public class Point extends java.lang.Object
The class contains the x,y coordinates of a point in the Cartesian coordinate system.
-
-
Constructor Summary
Constructors Constructor Description Point(double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
void
setPoint(double x, double y)
-