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

Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, referencePDF

Constructor Detail

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
Method Detail

toPDF

public byte[] toPDF()
produce the PDF representation for the object
Returns: the PDF