Uses of Class
com.itextpdf.text.pdf.parser.Subpath
-
Packages that use Subpath Package Description com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Subpath in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser with type parameters of type Subpath Modifier and Type Field Description private java.util.List<Subpath>
Path. subpaths
Methods in com.itextpdf.text.pdf.parser that return Subpath Modifier and Type Method Description private Subpath
Path. getLastSubpath()
Methods in com.itextpdf.text.pdf.parser that return types with arguments of type Subpath Modifier and Type Method Description java.util.List<Subpath>
Path. getSubpaths()
Methods in com.itextpdf.text.pdf.parser with parameters of type Subpath Modifier and Type Method Description void
Path. addSubpath(Subpath subpath)
Adds the subpath to this path.Method parameters in com.itextpdf.text.pdf.parser 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.text.pdf.parser with parameters of type Subpath Constructor Description Subpath(Subpath subpath)
Copy constuctor.Constructor parameters in com.itextpdf.text.pdf.parser with type arguments of type Subpath Constructor Description Path(java.util.List<? extends Subpath> subpaths)
-
Uses of Subpath in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return Subpath Modifier and Type Method Description private static Subpath
PdfCleanUpRegionFilter. constructSquare(Point2D squareCenter, double widthHalf, double rotationAngle)
Methods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type Subpath Modifier and Type Method Description private static java.util.List<Subpath>
PdfCleanUpRegionFilter. 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.private static java.util.List<Subpath>
PdfCleanUpRegionFilter. convertToCircles(java.util.List<Subpath> degenerateSubpaths, double radius)
Converts specified degenerate subpaths to circles.private static java.util.List<Subpath>
PdfCleanUpRegionFilter. convertToSquares(java.util.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 Subpath Modifier and Type Method Description private static java.util.List<Subpath>
PdfCleanUpRegionFilter. convertToCircles(java.util.List<Subpath> degenerateSubpaths, double radius)
Converts specified degenerate subpaths to circles.private static java.util.List<Subpath>
PdfCleanUpRegionFilter. convertToSquares(java.util.List<Subpath> degenerateSubpaths, double squareWidth, Path sourcePath)
Converts specified degenerate subpaths to squares.
-