Uses of Class
com.itextpdf.kernel.geom.Subpath
Packages that use Subpath
-
Uses of Subpath in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return types with arguments of type SubpathMethods in com.itextpdf.kernel.geom with parameters of type SubpathModifier and TypeMethodDescriptionvoid
Path.addSubpath
(Subpath subpath) Adds the subpath to this path.Method parameters in com.itextpdf.kernel.geom with type arguments of type SubpathModifier and TypeMethodDescriptionvoid
Path.addSubpaths
(ListSubpath> subpaths) Adds the subpaths to this path.Constructors in com.itextpdf.kernel.geom with parameters of type SubpathConstructor parameters in com.itextpdf.kernel.geom with type arguments of type Subpath -
Uses of Subpath in com.itextpdf.kernel.pdf.canvas.parser.clipper
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return types with arguments of type SubpathModifier 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.