net.sourceforge.plantuml.posimo
Class LineRectIntersection

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

public class LineRectIntersection
extends Object


Constructor Summary
LineRectIntersection(Line2D line, Rectangle2D rect)
           
 
Method Summary
static Point2D getCloser(Point2D o, Point2D... other)
           
 Point2D getIntersection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineRectIntersection

public LineRectIntersection(Line2D line,
                            Rectangle2D rect)
Method Detail

getCloser

public static Point2D getCloser(Point2D o,
                                Point2D... other)

getIntersection

public final Point2D getIntersection()


Copyright © 2011. All Rights Reserved.