Class ZoomPoint

    • Constructor Detail

      • ZoomPoint

        public ZoomPoint()
        Creates an empty object.
      • ZoomPoint

        public ZoomPoint​(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
      • ZoomPoint

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