org.apache.fop.pdf
Class PDFArray
org.apache.fop.pdf.PDFObject
|
+--org.apache.fop.pdf.PDFArray
- public class PDFArray
- extends PDFObject
class representing an array object
Constructor Summary |
PDFArray(int number, int[] values) create the array object |
Method Summary |
byte[] | toPDF() produce the PDF representation for the object |
PDFArray
public PDFArray(int number, int[] values)
- create the array object
- Parameters:
- number - the object's number
- values - the actual array wrapped by this object
toPDF
public byte[] toPDF()
- produce the PDF representation for the object
- Returns: the PDF