|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfNumberTree
public class PdfNumberTree
Creates a number tree.
| Field Summary | |
|---|---|
private static int |
leafSize
|
| Constructor Summary | |
|---|---|
PdfNumberTree()
|
|
| Method Summary | |
|---|---|
private static void |
iterateItems(PdfDictionary dic,
java.util.HashMap items)
|
static java.util.HashMap |
readTree(PdfDictionary dic)
|
static PdfDictionary |
writeTree(java.util.HashMap items,
PdfWriter writer)
Creates a number tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final int leafSize
| Constructor Detail |
|---|
public PdfNumberTree()
| Method Detail |
|---|
public static PdfDictionary writeTree(java.util.HashMap items,
PdfWriter writer)
throws java.io.IOException
items - the item of the number tree. The key is an Integer
and the value is a PdfIndirectReference.writer - the writer
java.io.IOException - on error
private static void iterateItems(PdfDictionary dic,
java.util.HashMap items)
public static java.util.HashMap readTree(PdfDictionary dic)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||