org.apache.fop.pdf

Class PDFNumberTreeNode

Implemented Interfaces:
PDFWritable
Known Direct Subclasses:
PDFPageLabels

public class PDFNumberTreeNode
extends PDFDictionary

Class representing a PDF number tree node.

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

PDFNumberTreeNode()
create a named destination

Method Summary

PDFArray
getKids()
Returns the Kids array.
Integer
getLowerLimit()
Returns the lower limit value of the Limits array.
PDFNumsArray
getNums()
Returns the Nums array.
Integer
getUpperLimit()
Returns the upper limit value of the Limits array.
void
setKids(PDFArray kids)
Sets the Kids array.
void
setLowerLimit(Integer key)
Sets the lower limit value of the Limits array.
void
setNums(PDFNumsArray nums)
Sets the Nums array.
void
setUpperLimit(Integer key)
Sets the upper limit value of the Limits array.

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

PDFNumberTreeNode

public PDFNumberTreeNode()
create a named destination

Method Details

getKids

public PDFArray getKids()
Returns the Kids array.
Returns:
the Kids array

getLowerLimit

public Integer getLowerLimit()
Returns the lower limit value of the Limits array.
Returns:
the lower limit value

getNums

public PDFNumsArray getNums()
Returns the Nums array.
Returns:
the Nums array

getUpperLimit

public Integer getUpperLimit()
Returns the upper limit value of the Limits array.
Returns:
the upper limit value

setKids

public void setKids(PDFArray kids)
Sets the Kids array.
Parameters:
kids - the Kids array

setLowerLimit

public void setLowerLimit(Integer key)
Sets the lower limit value of the Limits array.
Parameters:
key - the lower limit value

setNums

public void setNums(PDFNumsArray nums)
Sets the Nums array.
Parameters:
nums - the Nums array

setUpperLimit

public void setUpperLimit(Integer key)
Sets the upper limit value of the Limits array.
Parameters:
key - the upper limit value

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