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 LineDashPatternGraphicsState. lineDashPatternThe line dash patternMethods in com.itextpdf.text.pdf.parser that return LineDashPattern Modifier and Type Method Description LineDashPatternGraphicsState. getLineDashPattern()Getter for the line dash pattern.LineDashPatternPathPaintingRenderInfo. getLineDashPattern()Methods in com.itextpdf.text.pdf.parser with parameters of type LineDashPattern Modifier and Type Method Description voidGraphicsState. 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 PathPdfCleanUpRegionFilter. applyDashPattern(Path path, LineDashPattern lineDashPattern)private PathPdfCleanUpRenderListener. filterCurrentPath(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)protected PathPdfCleanUpRegionFilter. filterStrokePath(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)
-