public abstract class Pattern extends PDFObject
Pattern.ShadingPattern
).Modifier and Type | Class and Description |
---|---|
static class |
Pattern.ShadingPattern
A shading pattern object.
|
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
dictionary |
Modifier | Constructor and Description |
---|---|
protected |
Pattern(int number)
Creates a new pattern object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getObjectBytes()
Returns the bytes that go between the 'obj' and 'endobj' in the
PDF output for this object.
|
getGeneration, getNumber, getReference, toPDFBytes
protected Dictionary dictionary
protected Pattern(int number)
number
- the PDF object number.public byte[] getObjectBytes()
getObjectBytes
in class PDFObject