|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.NameTree
public class NameTree
A PDF name tree consists of three kinds of nodes:
Constructor Summary | |
---|---|
NameTree(PDFObject root)
Creates a new instance of NameTree |
Method Summary | |
---|---|
PDFObject |
find(java.lang.String key)
Find the PDF object corresponding to the given String in a name tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameTree(PDFObject root)
Method Detail |
---|
public PDFObject find(java.lang.String key) throws java.io.IOException
key
- the key we are looking for in the name tree
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |