Changed Methods |
void
addRectToClipper(
IClipper,
Point[]
,
PolyType
)
|
Documentation changed from old to new. |
use {@link #addPolygonToClipper} instead. |
List
convertToFloatPoints(
List )
|
Documentation changed from old to new. |
Converts list of Point.LongPoint objects into list of com.itextpdf.kernel.geom.Point objects. |
List
convertToLongPoints(
List )
|
Documentation changed from old to new. |
Converts list of com.itextpdf.kernel.geom.Point objects into list of Point.LongPoint objects. |
Path
convertToPath(
PolyTree )
|
Documentation changed from old to new. |
Converts Clipper library PolyTree abstraction into iText com.itextpdf.kernel.geom.Path object. |
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. |