|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFNumberTreeNode
public class PDFNumberTreeNode
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 |
---|
log |
Constructor Summary | |
---|---|
PDFNumberTreeNode()
create a named destination |
Method Summary | |
---|---|
PDFArray |
getKids()
Returns the Kids array. |
java.lang.Integer |
getLowerLimit()
Returns the lower limit value of the Limits array. |
PDFNumsArray |
getNums()
Returns the Nums array. |
java.lang.Integer |
getUpperLimit()
Returns the upper limit value of the Limits array. |
void |
setKids(PDFArray kids)
Sets the Kids array. |
void |
setLowerLimit(java.lang.Integer key)
Sets the lower limit value of the Limits array. |
void |
setNums(PDFNumsArray nums)
Sets the Nums array. |
void |
setUpperLimit(java.lang.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 |
---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, 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 |
---|
public PDFNumberTreeNode()
Method Detail |
---|
public void setKids(PDFArray kids)
kids
- the Kids arraypublic PDFArray getKids()
public void setNums(PDFNumsArray nums)
nums
- the Nums arraypublic PDFNumsArray getNums()
public void setLowerLimit(java.lang.Integer key)
key
- the lower limit valuepublic java.lang.Integer getLowerLimit()
public void setUpperLimit(java.lang.Integer key)
key
- the upper limit valuepublic java.lang.Integer getUpperLimit()
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |