fop 1.0

org.apache.fop.pdf
Class PDFDests

java.lang.Object
  extended byorg.apache.fop.pdf.PDFObject
      extended byorg.apache.fop.pdf.PDFDictionary
          extended byorg.apache.fop.pdf.PDFNameTreeNode
              extended byorg.apache.fop.pdf.PDFDests
All Implemented Interfaces:
PDFWritable

public class PDFDests
extends PDFNameTreeNode

class representing an /Dests dictionary 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
PDFDests()
          Create a named destination
PDFDests(java.util.List destinationList)
          Create a named destination
 
Methods inherited from class org.apache.fop.pdf.PDFNameTreeNode
getKids, getLowerLimit, getNames, getUpperLimit, setKids, setLowerLimit, setNames, setUpperLimit
 
Methods inherited from class org.apache.fop.pdf.PDFDictionary
get, output, put, put, writeDictionary
 
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, 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

PDFDests

public PDFDests()
Create a named destination


PDFDests

public PDFDests(java.util.List destinationList)
Create a named destination

Parameters:
destinationList - a list of destinations

fop 1.0

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