Class PixelPoint


  • public class PixelPoint
    extends Point
    The pixel coordinate of a given point in the map
    • Field Summary

      • Fields inherited from class com.microstrategy.web.app.maps.Point

        x, y
    • Constructor Summary

      Constructors 
      Constructor Description
      PixelPoint​(double x, double y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PixelPoint

        public PixelPoint​(double x,
                          double y)