com.lowagie.text.pdf

Class PdfNumberTree

public class PdfNumberTree extends Object

Creates a number tree.

Author: Paulo Soares (psoares@consiste.pt)

Field Summary
static intleafSize
Method Summary
static voiditerateItems(PdfDictionary dic, HashMap items)
static HashMapreadTree(PdfDictionary dic)
static PdfDictionarywriteTree(HashMap items, PdfWriter writer)
Creates a number tree.

Field Detail

leafSize

private static final int leafSize

Method Detail

iterateItems

private static void iterateItems(PdfDictionary dic, HashMap items)

readTree

public static HashMap readTree(PdfDictionary dic)

writeTree

public static PdfDictionary writeTree(HashMap items, PdfWriter writer)
Creates a number tree.

Parameters: items the item of the number tree. The key is an Integer and the value is a PdfObject. writer the writer

Returns: the dictionary with the number tree.

Throws: IOException on error