Uses of Class
com.itextpdf.kernel.geom.Subpath
-
Uses of Subpath in com.itextpdf.kernel.geom
Modifier and TypeMethodDescriptionvoid
Path.addSubpath
(Subpath subpath) Adds the subpath to this path.Modifier and TypeMethodDescriptionvoid
Path.addSubpaths
(List extends Subpath> subpaths) Adds the subpaths to this path. -
Uses of Subpath in com.itextpdf.kernel.pdf.canvas.parser.clipper
Modifier and TypeMethodDescriptionClipperBridge.addPath
(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType) Adds all iTextSubpath
s of the iTextPath
to theClipperOffset
object with one note: it doesn't add degenerate subpaths.