Uses of Class
org.jhotdraw8.geom.contour.StaticSpatialIndex
Packages that use StaticSpatialIndex
Package
Description
Provides classes for constructing contours around shapes.
-
Uses of StaticSpatialIndex in org.jhotdraw8.geom.contour
Methods in org.jhotdraw8.geom.contour that return StaticSpatialIndexModifier and TypeMethodDescriptionstatic StaticSpatialIndexPlinePath.createApproxSpatialIndex(PlinePath pline) Creates an approximate spatial index for all the segments in the polyline given using createFastApproxBoundingBox.Methods in org.jhotdraw8.geom.contour with parameters of type StaticSpatialIndexModifier and TypeMethodDescriptionstatic voidContourIntersections.allSelfIntersects(PlinePath pline, List<PlineIntersect> output, StaticSpatialIndex spatialIndex)