com.groupdocs.parser.data

Class Point



  • public class Point
    extends Object
    Represents a point.
    • Constructor Detail

      • Point

        public Point(double x,
                     double y)
        Initializes a new instance of the Point class.
        Parameters:
        x - The x-coordinate.
        y - The y-coordinate.
    • Method Detail

      • getX

        public double getX()
        Gets the x-coordinate.
        Returns:
        A double value that represents the x-coordinate.
      • getY

        public double getY()
        Gets the y-coordinate.
        Returns:
        A double value that represents the y-coordinate.