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

Packages that use PDLineDashPattern
org.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox. 
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.documentinterchange.prepress
 

Methods in org.pdfbox.pdmodel.documentinterchange.prepress that return PDLineDashPattern
 PDLineDashPattern PDBoxStyle.getLineDashPattern()
          Get the line dash pattern for this box style.
 

Methods in org.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDLineDashPattern
 void PDBoxStyle.setLineDashPattern(PDLineDashPattern pattern)
          Set the line dash pattern associated with this box style.
 

Uses of PDLineDashPattern in org.pdfbox.pdmodel.graphics
 

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

Methods in org.pdfbox.pdmodel.graphics with parameters of type PDLineDashPattern
 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.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.