Package net.sourceforge.plantuml.posimo
Class LineRectIntersection
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.LineRectIntersection
-
public class LineRectIntersection extends Object
-
-
Constructor Summary
Constructors Constructor Description LineRectIntersection(Line2D line, Rectangle2D rect)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Point2DgetCloser(Point2D o, Point2D... other)Point2DgetIntersection()
-