|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFArray
class representing an array object
| Field Summary | |
protected int[] |
values
|
| Fields inherited from class org.apache.fop.pdf.PDFObject |
generation, number |
| 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, output, referencePDF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int[] values
| Constructor Detail |
public PDFArray(int number,
int[] values)
number - the object's numbervalues - the actual array wrapped by this object| Method Detail |
public byte[] toPDF()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||