Class Point

java.lang.Object
io.webfolder.cdp.type.util.Point

public class Point extends Object
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Point

      public Point()
    • Point

      public Point(double x, double y)
  • Method Details