net.sourceforge.plantuml.posimo
Class LineSegmentIntersection

java.lang.Object
  extended by net.sourceforge.plantuml.posimo.LineSegmentIntersection

public class LineSegmentIntersection
extends Object


Constructor Summary
LineSegmentIntersection(Line2D segment, Line2D lineB)
           
 
Method Summary
 Point2D getIntersection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSegmentIntersection

public LineSegmentIntersection(Line2D segment,
                               Line2D lineB)
Method Detail

getIntersection

public final Point2D getIntersection()


Copyright © 2011. All Rights Reserved.