java.lang.Object
org.jfree.pdf.internal.PDFObject
org.jfree.pdf.internal.Pattern
- Direct Known Subclasses:
Pattern.ShadingPattern
A pattern object (see the concrete subclass
Pattern.ShadingPattern
).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A 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 org.jfree.pdf.internal.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:
getObjectBytes
in classPDFObject
- Returns:
- A byte array.
-