Uses of Class
com.itextpdf.kernel.geom.Subpath
Packages that use Subpath
-
Uses of Subpath in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom with type parameters of type SubpathMethods in com.itextpdf.kernel.geom that return SubpathModifier and TypeMethodDescriptionprivate Subpath
Path.getLastSubpath()
private static Subpath
ShapeTransformUtil.transformSubpath
(Subpath subpath, Matrix ctm) 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.private static Subpath
ShapeTransformUtil.transformSubpath
(Subpath subpath, Matrix ctm) Method parameters in com.itextpdf.kernel.geom with type arguments of type SubpathModifier and TypeMethodDescriptionvoid
Path.addSubpaths
(List<? extends Subpath> 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.