Uses of Class
com.itextpdf.text.pdf.parser.Subpath
Packages that use Subpath
-
Uses of Subpath in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser with type parameters of type SubpathMethods in com.itextpdf.text.pdf.parser that return SubpathMethods in com.itextpdf.text.pdf.parser that return types with arguments of type SubpathMethods in com.itextpdf.text.pdf.parser with parameters of type SubpathModifier and TypeMethodDescriptionvoid
Path.addSubpath
(Subpath subpath) Adds the subpath to this path.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type SubpathModifier and TypeMethodDescriptionvoid
Path.addSubpaths
(List<? extends Subpath> subpaths) Adds the subpaths to this path.Constructors in com.itextpdf.text.pdf.parser with parameters of type SubpathConstructor parameters in com.itextpdf.text.pdf.parser with type arguments of type Subpath -
Uses of Subpath in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return SubpathModifier and TypeMethodDescriptionprivate static Subpath
PdfCleanUpRegionFilter.constructSquare
(Point2D squareCenter, double widthHalf, double rotationAngle) Methods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type SubpathModifier and TypeMethodDescriptionPdfCleanUpRegionFilter.addPath
(ClipperOffset offset, Path path, Clipper.JoinType joinType, Clipper.EndType endType) Adds all subpaths of the path to theClipperOffset
object with one note: it doesn't add degenerate subpaths.PdfCleanUpRegionFilter.convertToCircles
(List<Subpath> degenerateSubpaths, double radius) Converts specified degenerate subpaths to circles.PdfCleanUpRegionFilter.convertToSquares
(List<Subpath> degenerateSubpaths, double squareWidth, Path sourcePath) Converts specified degenerate subpaths to squares.Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type SubpathModifier and TypeMethodDescriptionPdfCleanUpRegionFilter.convertToCircles
(List<Subpath> degenerateSubpaths, double radius) Converts specified degenerate subpaths to circles.PdfCleanUpRegionFilter.convertToSquares
(List<Subpath> degenerateSubpaths, double squareWidth, Path sourcePath) Converts specified degenerate subpaths to squares.