fop 0.92beta

org.apache.fop.pdf
Class PDFArray

java.lang.Object
  |
  +--org.apache.fop.pdf.PDFObject
        |
        +--org.apache.fop.pdf.PDFArray

public class PDFArray
extends PDFObject

class representing an array object


Field Summary
protected  int[] values
          Array of calues for this pdf object.
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
PDFArray(int[] values)
          create the array object
 
Method Summary
 java.lang.String toPDFString()
          This method returns a String representation of the PDF object.
 
Methods inherited from class org.apache.fop.pdf.PDFObject
encode, encodeString, encodeText, formatDateTime, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, output, referencePDF, setDocument, setObjectNumber, toPDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected int[] values
Array of calues for this pdf object.
Constructor Detail

PDFArray

public PDFArray(int[] values)
create the array object
Parameters:
values - the actual array wrapped by this object
Method Detail

toPDFString

public java.lang.String toPDFString()
Description copied from class: PDFObject
This method returns a String representation of the PDF object. The result is normally converted/encoded to a byte array by toPDF(). Only use this method to implement the serialization if the object can be fully represented as text. If the PDF representation of the object contains binary content use toPDF() or output(OutputStream) instead.
Overrides:
toPDFString in class PDFObject
See Also:
PDFObject.toPDFString()

fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.