fop 0.95

org.apache.fop.pdf
Class PDFNames

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFDictionary
          extended by org.apache.fop.pdf.PDFNames
All Implemented Interfaces:
PDFWritable

public class PDFNames
extends PDFDictionary

Class representing a PDF Names object


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
PDFNames()
          Create the Names object
 
Method Summary
 PDFDests getDests()
          Returns the Dests object
 void setDests(PDFDests dests)
          Set the Dests object
 
Methods inherited from class org.apache.fop.pdf.PDFDictionary
get, output, put, put, writeDictionary
 
Methods inherited from class org.apache.fop.pdf.PDFObject
encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFNames

public PDFNames()
Create the Names object

Method Detail

getDests

public PDFDests getDests()
Returns the Dests object

Returns:
the Dests object, or null if it's not used

setDests

public void setDests(PDFDests dests)
Set the Dests object

Parameters:
dests - the Dests object

fop 0.95

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