java.io.Serializable
, java.lang.Iterable<PdfObject>
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).PdfArray
,
Serialized FormConstructor | Description |
---|---|
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 . |
Modifier and Type | Method | Description |
---|---|---|
void |
add(float n) |
|
void |
toPdf(PdfWriter writer,
java.io.OutputStream os) |
Returns the PDF representation of this
PdfArray . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, add, add, add, addFirst, asDoubleArray, asLongArray, contains, getArrayList, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getPdfObject, isEmpty, iterator, listIterator, remove, set, size, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public PdfDashPattern()
PdfDashPattern
.public PdfDashPattern(float dash)
PdfDashPattern
.public PdfDashPattern(float dash, float gap)
PdfDashPattern
.public PdfDashPattern(float dash, float gap, float phase)
PdfDashPattern
.public void add(float n)
public void toPdf(PdfWriter writer, java.io.OutputStream os) throws java.io.IOException
PdfArray
.Copyright © 1998–2018. All rights reserved.