intarsys PDF library API

de.intarsys.pdf.cds
Class CDSNameTreeEntry

java.lang.Object
  extended by de.intarsys.pdf.cds.CDSTreeEntry
      extended by de.intarsys.pdf.cds.CDSNameTreeEntry

public class CDSNameTreeEntry
extends CDSTreeEntry

A helper class implementing an association object for the use in a PDF name tree.


Constructor Summary
CDSNameTreeEntry(COSString name, COSObject value)
          Create an an entry for a name tree
 
Method Summary
 COSObject getKey()
           
 COSString getName()
          The name of the entry.
 
Methods inherited from class de.intarsys.pdf.cds.CDSTreeEntry
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDSNameTreeEntry

public CDSNameTreeEntry(COSString name,
                        COSObject value)
Create an an entry for a name tree

Parameters:
name - The name of the entry
value - The value of the entry.
Method Detail

getName

public COSString getName()
The name of the entry.

Returns:
The name of the entry.

getKey

public COSObject getKey()
Specified by:
getKey in class CDSTreeEntry

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.