Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDLineDashPattern
-
Packages that use PDLineDashPattern Package Description org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.rendering -
-
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return PDLineDashPattern Modifier and Type Method Description PDLineDashPattern
PDBoxStyle. getLineDashPattern()
Get the line dash pattern for this box style. -
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDLineDashPattern Modifier and Type Field Description private PDLineDashPattern
PDGraphicsState. lineDashPattern
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDLineDashPattern Modifier and Type Method Description PDLineDashPattern
PDExtendedGraphicsState. getLineDashPattern()
This will get the dash pattern.PDLineDashPattern
PDGraphicsState. getLineDashPattern()
This will get the current line dash pattern.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDLineDashPattern Modifier and Type Method Description void
PDExtendedGraphicsState. setLineDashPattern(PDLineDashPattern dashPattern)
This will set the dash pattern for the graphics state.void
PDGraphicsState. setLineDashPattern(PDLineDashPattern value)
This will set the current line dash pattern. -
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDLineDashPattern Modifier and Type Method Description PDLineDashPattern
PDBorderStyleDictionary. getDashStyle()
This will retrieve the dash style used for drawing the border. -
Uses of PDLineDashPattern in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDLineDashPattern Modifier and Type Method Description private float[]
PageDrawer. getDashArray(PDLineDashPattern dashPattern)
-