public class

PixelPoint

extends Point
java.lang.Object
   ↳ com.microstrategy.web.app.maps.Point
     ↳ com.microstrategy.web.app.maps.PixelPoint

Class Overview

The pixel coordinate of a given point in the map

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.Point
Public Constructors
PixelPoint(double x, double y)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.Point
From class java.lang.Object

Public Constructors

public PixelPoint (double x, double y)