PDF Clown
0.0.8

it.stefanochizzolini.clown.documents
Class NamedDestinations

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.objects.NameTree<Destination>
          extended by it.stefanochizzolini.clown.documents.NamedDestinations
All Implemented Interfaces:
Map<PdfString,Destination>

public class NamedDestinations
extends NameTree<Destination>

Named destinations [PDF:1.6:3.6.3].

Since:
0.0.4
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
NamedDestinations(Document context)
           
NamedDestinations(PdfDirectObject baseObject, PdfIndirectObject container)
           
 
Method Summary
 NamedDestinations clone(Document context)
          Gets a clone of the object, registered inside the given document context.
protected  Destination wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
          Wraps a base object within its corresponding high-level representation.
 
Methods inherited from class it.stefanochizzolini.clown.objects.NameTree
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedDestinations

public NamedDestinations(Document context)

NamedDestinations

public NamedDestinations(PdfDirectObject baseObject,
                         PdfIndirectObject container)
Method Detail

clone

public NamedDestinations clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Overrides:
clone in class NameTree<Destination>
Parameters:
context - Which document the clone has to be registered in.

wrap

protected Destination wrap(PdfDirectObject baseObject,
                           PdfIndirectObject container,
                           PdfString name)
Description copied from class: NameTree
Wraps a base object within its corresponding high-level representation.

Specified by:
wrap in class NameTree<Destination>

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.