Class Pattern
java.lang.Object
com.orsonpdf.PDFObject
com.orsonpdf.Pattern
- Direct Known Subclasses:
Pattern.ShadingPattern
A pattern object (see the concrete subclass
Pattern.ShadingPattern).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA shading pattern object. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns the bytes that go between the 'obj' and 'endobj' in the PDF output for this object.Methods inherited from class PDFObject
getGeneration, getNumber, getReference, toPDFBytes
-
Field Details
-
dictionary
-
-
Constructor Details
-
Pattern
protected Pattern(int number) Creates a new pattern object.- Parameters:
number- the PDF object number.
-
-
Method Details
-
getObjectBytes
public byte[] getObjectBytes()Returns the bytes that go between the 'obj' and 'endobj' in the PDF output for this object.- Specified by:
getObjectBytesin classPDFObject- Returns:
- A byte array.
-