|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.PdfNumberTree
public class PdfNumberTree
Creates a number tree.
Constructor Summary | |
---|---|
PdfNumberTree()
|
Method Summary | ||
---|---|---|
static java.util.HashMap<java.lang.Integer,PdfObject> |
readTree(PdfDictionary dic)
|
|
static
|
writeTree(java.util.HashMap<java.lang.Integer,O> 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 |
Constructor Detail |
---|
public PdfNumberTree()
Method Detail |
---|
public static <O extends PdfObject> PdfDictionary writeTree(java.util.HashMap<java.lang.Integer,O> items, PdfWriter writer) throws java.io.IOException
items
- the item of the number tree. The key is an Integer
and the value is a PdfObject
.writer
- the writer
java.io.IOException
- on errorpublic static java.util.HashMap<java.lang.Integer,PdfObject> readTree(PdfDictionary dic)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |