Uses of Class
org.jhotdraw8.geom.biarc.Line
Packages that use Line
Package
Description
Provides classes for approximating bezier-curves with bi-arcs.
-
Uses of Line in org.jhotdraw8.geom.biarc
Methods in org.jhotdraw8.geom.biarc that return LineModifier and TypeMethodDescriptionstatic LineLine.createPerpendicularAt(Point2D.Double P, Point2D.Double P1) Creates a a line which is perpendicular to the line defined by P and P1 and goes through PMethods in org.jhotdraw8.geom.biarc with parameters of type LineModifier and TypeMethodDescriptionLine.Intersection(Line l) Calculate the intersection point of this line and another one.