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.ObjectThe 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 doublegetX()doublegetY()voidsetPoint(double x, double y) 
 -