Uses of Class
org.jhotdraw8.geom.contour.PlinePath
Packages that use PlinePath
Package
Description
Provides classes for constructing contours around shapes.
-
Uses of PlinePath in org.jhotdraw8.geom.contour
Methods in org.jhotdraw8.geom.contour that return PlinePathModifier and TypeMethodDescriptionPlinePath.clone()ContourBuilder.createRawOffsetPline(PlinePath pline, double offset) Creates the raw offset polyline.Methods in org.jhotdraw8.geom.contour that return types with arguments of type PlinePathModifier and TypeMethodDescriptionPlinePathBuilder.build()ContourBuilder.parallelOffset(PlinePath pline, double offset) Creates the parallel offset polylines to the polyline given.ContourBuilder.stitchOffsetSlicesTogether(List<OpenPolylineSlice> slices, boolean closedPolyline, int origMaxIndex) ContourBuilder.stitchOffsetSlicesTogether(List<OpenPolylineSlice> slices, boolean closedPolyline, int origMaxIndex, double joinThreshold) Methods in org.jhotdraw8.geom.contour with parameters of type PlinePathModifier and TypeMethodDescriptionstatic voidContourIntersections.allSelfIntersects(PlinePath pline, List<PlineIntersect> output, StaticSpatialIndex spatialIndex) static StaticSpatialIndexPlinePath.createApproxSpatialIndex(PlinePath pline) Creates an approximate spatial index for all the segments in the polyline given using createFastApproxBoundingBox.ContourBuilder.createRawOffsetPline(PlinePath pline, double offset) Creates the raw offset polyline.static voidPlinePath.invertDirection(PlinePath pline) 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.ContourBuilder.parallelOffset(PlinePath pline, double offset) Creates the parallel offset polylines to the polyline given.Constructors in org.jhotdraw8.geom.contour with parameters of type PlinePathModifierConstructorDescriptionOpenPolylineSlice(int sIndex, PlinePath slice) Creates a new instance with a clone of the specified polyline slice.