org.apache.fop.pdf

Class PDFDests

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(List destinationList)
Create a named destination

Method Summary

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

encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString

Constructor Details

PDFDests

public PDFDests()
Create a named destination

PDFDests

public PDFDests(List destinationList)
Create a named destination
Parameters:
destinationList - a list of destinations

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