com.sun.pdfview
public class NameTree extends Object
Constructor Summary | |
---|---|
NameTree(PDFObject root) Creates a new instance of NameTree |
Method Summary | |
---|---|
PDFObject | find(String key)
Find the PDF object corresponding to the given String in a name tree
|
Parameters: key the key we are looking for in the name tree
Returns: the object associated with str, if found, or null if not