Package net.sourceforge.plantuml.posimo
Class TwoLinesIntersection
java.lang.Object
net.sourceforge.plantuml.posimo.TwoLinesIntersection
public class TwoLinesIntersection
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionTwoLinesIntersection
(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TwoLinesIntersection
public TwoLinesIntersection(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB)
-
-
Method Details
-
getIntersection
public final java.awt.geom.Point2D getIntersection()
-