Uses of Class
com.itextpdf.text.pdf.parser.Path
-
Packages that use Path Package Description com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Path in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return Path Modifier and Type Method Description PathExtRenderListener. renderPath(PathPaintingRenderInfo renderInfo)Called when the current path should be rendered. -
Uses of Path in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup declared as Path Modifier and Type Field Description private PathPdfCleanUpRenderListener. currentFillPathprivate PathPdfCleanUpRenderListener. currentStrokePathprivate PathPdfCleanUpRenderListener. newClippingPathprivate PathPdfCleanUpRenderListener. unfilteredCurrentPathMethods in com.itextpdf.text.pdf.pdfcleanup that return Path Modifier and Type Method Description private static PathPdfCleanUpRegionFilter. applyDashPattern(Path path, LineDashPattern lineDashPattern)private static PathPdfCleanUpRegionFilter. convertToPath(PolyTree result)private PathPdfCleanUpRenderListener. filterCurrentPath(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)protected PathPdfCleanUpRegionFilter. filterFillPath(Path path, Matrix ctm, int fillingRule)Note: this method will close all unclosed subpaths of the passed path.protected PathPdfCleanUpRegionFilter. filterStrokePath(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)PathPdfCleanUpRenderListener. getCurrentFillPath()PathPdfCleanUpRenderListener. getCurrentStrokePath()PathPdfCleanUpRenderListener. getNewClipPath()PathPdfCleanUpRenderListener. renderPath(PathPaintingRenderInfo renderInfo)Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Path Modifier and Type Method Description private static voidPdfCleanUpRegionFilter. addContour(Path path, java.util.List<Point.LongPoint> contour, java.lang.Boolean close)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 theClipperOffsetobject with one note: it doesn't add degenerate subpaths.private static voidPdfCleanUpRegionFilter. addPath(Clipper clipper, Path path)private static floatPdfCleanUpRegionFilter. applyDash(Path dashedPath, Point2D segStart, Point2D segEnd, Point2D dashTo, boolean isGap)private static PathPdfCleanUpRegionFilter. applyDashPattern(Path path, LineDashPattern lineDashPattern)private static java.util.List<Subpath>PdfCleanUpRegionFilter. convertToSquares(java.util.List<Subpath> degenerateSubpaths, double squareWidth, Path sourcePath)Converts specified degenerate subpaths to squares.protected PathPdfCleanUpRegionFilter. filterFillPath(Path path, Matrix ctm, int fillingRule)Note: this method will close all unclosed subpaths of the passed path.protected PathPdfCleanUpRegionFilter. filterStrokePath(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)private static java.util.List<Point2D>PdfCleanUpRegionFilter. getPathApproximation(Path path)private voidPdfCleanUpContentOperator. writePath(Path path, byte[] pathPaintingOperator, PdfContentByte canvas)private voidPdfCleanUpContentOperator. writeStroke(PdfContentByte canvas, Path path, PdfName strokeColorSpace)
-