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 Path
ExtRenderListener. 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 Path
PdfCleanUpRenderListener. currentFillPath
private Path
PdfCleanUpRenderListener. currentStrokePath
private Path
PdfCleanUpRenderListener. newClippingPath
private Path
PdfCleanUpRenderListener. unfilteredCurrentPath
Methods in com.itextpdf.text.pdf.pdfcleanup that return Path Modifier and Type Method Description private 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)
Path
PdfCleanUpRenderListener. getCurrentFillPath()
Path
PdfCleanUpRenderListener. getCurrentStrokePath()
Path
PdfCleanUpRenderListener. getNewClipPath()
Path
PdfCleanUpRenderListener. renderPath(PathPaintingRenderInfo renderInfo)
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Path Modifier and Type Method Description private static void
PdfCleanUpRegionFilter. 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 theClipperOffset
object with one note: it doesn't add degenerate subpaths.private static void
PdfCleanUpRegionFilter. addPath(Clipper clipper, Path path)
private static float
PdfCleanUpRegionFilter. applyDash(Path dashedPath, Point2D segStart, Point2D segEnd, Point2D dashTo, boolean isGap)
private static Path
PdfCleanUpRegionFilter. 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 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)
private static java.util.List<Point2D>
PdfCleanUpRegionFilter. getPathApproximation(Path path)
private void
PdfCleanUpContentOperator. writePath(Path path, byte[] pathPaintingOperator, PdfContentByte canvas)
private void
PdfCleanUpContentOperator. writeStroke(PdfContentByte canvas, Path path, PdfName strokeColorSpace)
-