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 Path
PdfCleanUpRenderListener.currentFillPath
private Path
PdfCleanUpRenderListener.currentStrokePath
private Path
PdfCleanUpRenderListener.newClippingPath
private Path
PdfCleanUpRenderListener.unfilteredCurrentPath
Methods in com.itextpdf.text.pdf.pdfcleanup that return PathModifier and TypeMethodDescriptionprivate static Path
PdfCleanUpRegionFilter.applyDashPattern
(Path path, LineDashPattern lineDashPattern) private static Path
PdfCleanUpRegionFilter.convertToPath
(PolyTree result) private Path
PdfCleanUpRenderListener.filterCurrentPath
(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern) protected Path
PdfCleanUpRegionFilter.filterFillPath
(Path path, Matrix ctm, int fillingRule) Note: this method will close all unclosed subpaths of the passed path.protected Path
PdfCleanUpRegionFilter.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 void
PdfCleanUpRegionFilter.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 theClipperOffset
object with one note: it doesn't add degenerate subpaths.private static void
private static float
PdfCleanUpRegionFilter.applyDash
(Path dashedPath, Point2D segStart, Point2D segEnd, Point2D dashTo, boolean isGap) private static Path
PdfCleanUpRegionFilter.applyDashPattern
(Path path, LineDashPattern lineDashPattern) PdfCleanUpRegionFilter.convertToSquares
(List<Subpath> degenerateSubpaths, double squareWidth, Path sourcePath) Converts specified degenerate subpaths to squares.protected Path
PdfCleanUpRegionFilter.filterFillPath
(Path path, Matrix ctm, int fillingRule) Note: this method will close all unclosed subpaths of the passed path.protected Path
PdfCleanUpRegionFilter.filterStrokePath
(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern) PdfCleanUpRegionFilter.getPathApproximation
(Path path) private void
PdfCleanUpContentOperator.writePath
(Path path, byte[] pathPaintingOperator, PdfContentByte canvas) private void
PdfCleanUpContentOperator.writeStroke
(PdfContentByte canvas, Path path, PdfName strokeColorSpace)