Uses of Class
org.pdfbox.pdmodel.graphics.PDLineDashPattern

Packages that use PDLineDashPattern
org.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
 

Uses of PDLineDashPattern in org.pdfbox.pdmodel.graphics
 

Methods in org.pdfbox.pdmodel.graphics that return PDLineDashPattern
 PDLineDashPattern PDGraphicsState.getLineDashPattern()
          This will get the current line dash pattern.
 PDLineDashPattern PDExtendedGraphicsState.getLineDashPattern()
          This will get the dash pattern.
 

Methods in org.pdfbox.pdmodel.graphics with parameters of type PDLineDashPattern
 void PDGraphicsState.setLineDashPattern(PDLineDashPattern value)
          This will set the current line dash pattern.
 void PDExtendedGraphicsState.setLineDashPattern(PDLineDashPattern dashPattern)
          This will set the dash pattern for the graphics state.