Package com.lowagie.text.pdf
Class PdfNumberTree
java.lang.Object
com.lowagie.text.pdf.PdfNumberTree
Creates a number tree.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
iterateItems
(PdfDictionary dic, Map<Integer, PdfObject> items) readTree
(PdfDictionary dic) static PdfDictionary
Creates a number tree.
-
Field Details
-
leafSize
private static final int leafSize- See Also:
-
-
Constructor Details
-
PdfNumberTree
public PdfNumberTree()
-
-
Method Details
-
writeTree
public static PdfDictionary writeTree(Map<Integer, ? extends PdfObject> items, PdfWriter writer) throws IOExceptionCreates a number tree.- Parameters:
items
- the item of the number tree. The key is anInteger
and the value is aPdfObject
.writer
- the writer- Returns:
- the dictionary with the number tree.
- Throws:
IOException
- on error
-
iterateItems
-
readTree
-