Class Line2D
java.lang.Object
org.htmlunit.util.geometry.Line2D
- All Implemented Interfaces:
Shape2D
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Line2D
-
Line2D
public Line2D(double x1, double y1, double x2, double y2) Ctor.- Parameters:
x1- the x value of the start pointy1- the y value of the start pointx2- the x value of the end pointy2- the y value of the end point
-
-
Method Details
-
intersect
-
contains
-
isEmpty
-
toString
-