Uses of Class
com.itextpdf.kernel.geom.Subpath
-
Packages that use Subpath Package Description com.itextpdf.kernel.geom com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of Subpath in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom with type parameters of type Subpath Modifier and Type Field Description private java.util.List<Subpath>Path. subpathsMethods in com.itextpdf.kernel.geom that return Subpath Modifier and Type Method Description private SubpathPath. getLastSubpath()private static SubpathShapeTransformUtil. transformSubpath(Subpath subpath, Matrix ctm)Methods in com.itextpdf.kernel.geom that return types with arguments of type Subpath Modifier and Type Method Description java.util.List<Subpath>Path. getSubpaths()Methods in com.itextpdf.kernel.geom with parameters of type Subpath Modifier and Type Method Description voidPath. addSubpath(Subpath subpath)Adds the subpath to this path.private static SubpathShapeTransformUtil. transformSubpath(Subpath subpath, Matrix ctm)Method parameters in com.itextpdf.kernel.geom with type arguments of type Subpath Modifier and Type Method Description voidPath. addSubpaths(java.util.List<? extends Subpath> subpaths)Adds the subpaths to this path.Constructors in com.itextpdf.kernel.geom with parameters of type Subpath Constructor Description Subpath(Subpath subpath)Copy constructor.Constructor parameters in com.itextpdf.kernel.geom with type arguments of type Subpath Constructor Description Path(java.util.List<? extends Subpath> subpaths) -
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 Subpath Modifier and Type Method Description java.util.List<Subpath>ClipperBridge. addPath(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType)Adds all iTextSubpaths of the iTextPathto theClipperOffsetobject with one note: it doesn't add degenerate subpaths.
-