Class Point


  • public final class Point
    extends AbstractPoint
    This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • Point

        public Point()
        Creates an empty object.
      • Point

        public Point​(double x)
        Creates an object with X coordinate of the point
        Parameters:
        x - the X coordinate of the point
      • Point

        public Point​(double x,
                     double y)
        Creates an object with X and Y coordinates of the point
        Parameters:
        x - the X coordinate of the point
        y - the Y coordinate of the point