Class TwoLinesIntersection

java.lang.Object
net.sourceforge.plantuml.posimo.TwoLinesIntersection

public class TwoLinesIntersection extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TwoLinesIntersection(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final java.awt.geom.Point2D
     

    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()