Uses of Class
com.itextpdf.text.pdf.parser.LineDashPattern
-
Packages that use LineDashPattern Package Description com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of LineDashPattern in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as LineDashPattern Modifier and Type Field Description private LineDashPattern
GraphicsState. lineDashPattern
The line dash patternMethods in com.itextpdf.text.pdf.parser that return LineDashPattern Modifier and Type Method Description LineDashPattern
GraphicsState. getLineDashPattern()
Getter for the line dash pattern.LineDashPattern
PathPaintingRenderInfo. getLineDashPattern()
Methods in com.itextpdf.text.pdf.parser with parameters of type LineDashPattern Modifier and Type Method Description void
GraphicsState. setLineDashPattern(LineDashPattern lineDashPattern)
Setter for the line dash pattern. -
Uses of LineDashPattern in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type LineDashPattern Modifier and Type Method Description private static Path
PdfCleanUpRegionFilter. applyDashPattern(Path path, LineDashPattern lineDashPattern)
private Path
PdfCleanUpRenderListener. filterCurrentPath(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)
protected Path
PdfCleanUpRegionFilter. filterStrokePath(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)
-