Package com.aowagie.text.pdf
Class PdfDashPattern
- java.lang.Object
-
- com.aowagie.text.pdf.PdfObject
-
- com.aowagie.text.pdf.PdfArray
-
- com.aowagie.text.pdf.PdfDashPattern
-
-
Field Summary
Fields Modifier and Type Field Description private float
dash
This is the length of a dash.private float
gap
This is the length of a gap.private float
phase
This is the phase.-
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
-
Constructor Summary
Constructors Constructor Description PdfDashPattern()
Constructs a newPdfDashPattern
.PdfDashPattern(float dash)
Constructs a newPdfDashPattern
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toPdf(PdfWriter writer, java.io.OutputStream os)
Returns the PDF representation of thisPdfArray
.-
Methods inherited from class com.aowagie.text.pdf.PdfArray
add, add, add, add, addFirst, contains, getArrayList, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getPdfObject, isEmpty, listIterator, remove, set, size, toString
-
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
-
-
-
Field Detail
-
dash
private float dash
This is the length of a dash.
-
gap
private final float gap
This is the length of a gap.- See Also:
- Constant Field Values
-
phase
private final float phase
This is the phase.- See Also:
- Constant Field Values
-
-
Method Detail
-
toPdf
public void toPdf(PdfWriter writer, java.io.OutputStream os) throws java.io.IOException
Returns the PDF representation of thisPdfArray
.
-
-