java.lang.Object
org.jhotdraw8.geom.contour.OpenPolylineSlice
OpenPolylineSlice.
References:
This code has been derived from CavalierContours.
- CavalierContours. Copyright (c) 2019 Jedidiah Buck McCready. MIT License.
- github.com
-
Constructor Summary
ConstructorsConstructorDescriptionOpenPolylineSlice(int startIndex) OpenPolylineSlice(int sIndex, PlinePath slice) Creates a new instance with a clone of the specified polyline slice. -
Method Summary
-
Constructor Details
-
OpenPolylineSlice
public OpenPolylineSlice(int startIndex) -
OpenPolylineSlice
Creates a new instance with a clone of the specified polyline slice.- Parameters:
sIndex- start indexslice- a polyline slice (will be cloned)
-
-
Method Details