Interface Point.Builder

    • Method Detail

      • x

        Point.Builder x​(Float x)

        The value of the X coordinate for a point on a Polygon.

        Parameters:
        x - The value of the X coordinate for a point on a Polygon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • y

        Point.Builder y​(Float y)

        The value of the Y coordinate for a point on a Polygon.

        Parameters:
        y - The value of the Y coordinate for a point on a Polygon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.