com.lowagie.text.pdf
public class PdfDashPattern extends PdfArray
PdfDashPattern
defines a dash pattern as described in
the PDF Reference Manual version 1.3 p 325 (section 8.4.3).
See Also: PdfArray
Field Summary | |
---|---|
float | dash This is the length of a dash. |
float | gap This is the length of a gap. |
float | phase This is the phase. |
Constructor Summary | |
---|---|
PdfDashPattern()
Constructs a new PdfDashPattern . | |
PdfDashPattern(float dash)
Constructs a new PdfDashPattern . | |
PdfDashPattern(float dash, float gap)
Constructs a new PdfDashPattern . | |
PdfDashPattern(float dash, float gap, float phase)
Constructs a new PdfDashPattern . |
Method Summary | |
---|---|
void | add(float n) |
void | toPdf(PdfWriter writer, OutputStream os)
Returns the PDF representation of this PdfArray .
|
PdfDashPattern
.PdfDashPattern
.PdfDashPattern
.PdfDashPattern
.PdfArray
.
Returns: an array of byte
s