net.sourceforge.plantuml.graph2
Class Plan
java.lang.Object
net.sourceforge.plantuml.graph2.Plan
public class Plan
- extends Object
Constructor Summary |
Plan()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plan
public Plan()
addPoint2D
public void addPoint2D(Point2D.Double point)
debugPrint
public void debugPrint()
createLink
public void createLink(Point2D p1,
Point2D p2)
getIntermediatePoints
public List<Point2D.Double> getIntermediatePoints(Point2D start,
Point2D end)
intersectsLineStrict
public static boolean intersectsLineStrict(Line2D.Double l1,
Line2D.Double l2)
Copyright © 2012. All Rights Reserved.