| Changed Methods |
boolean
addPolygonToClipper(
IClipper,
Point[]
,
PolyType
)
|
Documentation changed from old to new. |
Adds polygon path based on array of com.itextpdf.kernel.geom.Point (internally converting them by .convertToLongPoints) and adds this path to IClipper instance, treating the path as a closed polygon. |
boolean
addPolylineSubjectToClipper(
IClipper,
Point[]
)
|
Documentation changed from old to new. |
Adds polyline path based on array of com.itextpdf.kernel.geom.Point (internally converting them by .convertToLongPoints) and adds this path to IClipper instance, treating the path as a polyline (an open path in terms of clipper library). |
List
addPath(
ClipperOffset,
Path
,
JoinType
,
EndType
)
|
Documentation changed from old to new. |
Adds all iText Subpaths of the iText com.itextpdf.kernel.geom.Path to the ClipperOffset object with one note: it doesn't add degenerate subpaths. |
void
addPath(
IClipper,
Path
,
PolyType
)
|
Documentation changed from old to new. |
Adds iText com.itextpdf.kernel.geom.Path to the given IClipper object. |