java.lang.Object |
↳ |
com.microstrategy.web.app.maps.Point |
Known Direct Subclasses
PixelPoint |
The pixel coordinate of a given point in the map |
|
Class Overview
The class contains the x,y coordinates of a point in the Cartesian coordinate system.
Summary
Fields |
protected
double |
x |
|
protected
double |
y |
|
Public Constructors |
|
Point(double x, double y)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
Point
(double x, double y)
Public Methods
public
void
setPoint
(double x, double y)