Uses of Class
com.itextpdf.text.pdf.parser.LineDashPattern
Packages that use LineDashPattern
-
Uses of LineDashPattern in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as LineDashPatternModifier and TypeFieldDescriptionprivate LineDashPattern
GraphicsState.lineDashPattern
The line dash patternMethods in com.itextpdf.text.pdf.parser that return LineDashPatternModifier and TypeMethodDescriptionGraphicsState.getLineDashPattern()
Getter for the line dash pattern.PathPaintingRenderInfo.getLineDashPattern()
Methods in com.itextpdf.text.pdf.parser with parameters of type LineDashPatternModifier and TypeMethodDescriptionvoid
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 LineDashPatternModifier and TypeMethodDescriptionprivate 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)