|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFReference
public class PDFReference
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.
Constructor Summary | |
---|---|
PDFReference(PDFObject obj)
Creates a new PDF reference. |
Method Summary | |
---|---|
PDFObject |
getObject()
Returns the PDF object |
java.lang.String |
toInlinePDFString()
Returns a representation of this object for in-object placement, i.e. if the object has an object number its reference is returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFReference(PDFObject obj)
obj
- the object to be referencedMethod Detail |
---|
public PDFObject getObject()
public java.lang.String toInlinePDFString()
PDFWritable
toInlinePDFString
in interface PDFWritable
PDFWritable.toInlinePDFString()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |