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. subpaths
Methods in com.itextpdf.kernel.geom that return Subpath Modifier and Type Method Description private 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 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 void
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 Subpath Modifier and Type Method Description void
Path. 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 static java.util.List<Subpath>
ClipperBridge. 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.
-