Uses of Class
org.jhotdraw8.geom.contour.PlineIntersect
Packages that use PlineIntersect
Package
Description
Provides classes for constructing contours around shapes.
-
Uses of PlineIntersect in org.jhotdraw8.geom.contour
Method parameters in org.jhotdraw8.geom.contour with type arguments of type PlineIntersectModifier and TypeMethodDescriptionstatic voidContourIntersections.allSelfIntersects(PlinePath pline, List<PlineIntersect> output, StaticSpatialIndex spatialIndex) static voidContourIntersections.localSelfIntersects(PlinePath pline, List<PlineIntersect> output) Finds all local self intersects of the polyline, local self intersects are defined as between two polyline segments that share a vertex.