Uses of Class
com.itextpdf.text.pdf.parser.Path
Packages that use Path
-
Uses of Path in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PathModifier and TypeMethodDescriptionExtRenderListener.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 PathModifier and TypeFieldDescriptionprivate PathPdfCleanUpRenderListener.currentFillPathprivate PathPdfCleanUpRenderListener.currentStrokePathprivate PathPdfCleanUpRenderListener.newClippingPathprivate PathPdfCleanUpRenderListener.unfilteredCurrentPathMethods in com.itextpdf.text.pdf.pdfcleanup that return PathModifier and TypeMethodDescriptionprivate 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) PdfCleanUpRenderListener.getCurrentFillPath()PdfCleanUpRenderListener.getCurrentStrokePath()PdfCleanUpRenderListener.getNewClipPath()PdfCleanUpRenderListener.renderPath(PathPaintingRenderInfo renderInfo) Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PathModifier and TypeMethodDescriptionprivate static voidPdfCleanUpRegionFilter.addContour(Path path, List<Point.LongPoint> contour, Boolean close) 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 voidprivate static floatPdfCleanUpRegionFilter.applyDash(Path dashedPath, Point2D segStart, Point2D segEnd, Point2D dashTo, boolean isGap) private static PathPdfCleanUpRegionFilter.applyDashPattern(Path path, LineDashPattern lineDashPattern) PdfCleanUpRegionFilter.convertToSquares(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) PdfCleanUpRegionFilter.getPathApproximation(Path path) private voidPdfCleanUpContentOperator.writePath(Path path, byte[] pathPaintingOperator, PdfContentByte canvas) private voidPdfCleanUpContentOperator.writeStroke(PdfContentByte canvas, Path path, PdfName strokeColorSpace)