org.hccp.pdf
Class Dictionary

java.lang.Object
  |
  +--org.hccp.pdf.Dictionary
All Implemented Interfaces:
DocumentObject

public class Dictionary
extends java.lang.Object
implements DocumentObject


Constructor Summary
Dictionary()
           
Dictionary(org.hccp.pdf.Name type)
           
Dictionary(org.hccp.pdf.Name type, org.hccp.pdf.Name subType)
           
 
Method Summary
 void addEntry(org.hccp.pdf.Name name, org.hccp.pdf.DocumentObject docObj)
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()

Dictionary

public Dictionary(org.hccp.pdf.Name type)

Dictionary

public Dictionary(org.hccp.pdf.Name type,
                  org.hccp.pdf.Name subType)
Method Detail

addEntry

public void addEntry(org.hccp.pdf.Name name,
                     org.hccp.pdf.DocumentObject docObj)

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject