org.apache.fop.pdf
Class PDFReference
java.lang.Object
org.apache.fop.pdf.PDFReference
- PDFWritable
public class PDFReference
extends java.lang.Object
Class representing a PDF object reference. The object holds a soft reference to the actual
PDF object so the garbage collector can free the object if it's not referenced elsewhere. The
important thing about the class is the reference information to the actual PDF object in the
PDF file.
PDFReference
public PDFReference(PDFObject obj)
Creates a new PDF reference.
obj
- the object to be referenced
getObject
public PDFObject getObject()
Returns the PDF object
- the PDF object, or null if it has been released
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.