it.stefanochizzolini.clown.documents
Class NamedDestinations
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.objects.NameTree<Destination>
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)
Methods inherited from class it.stefanochizzolini.clown.objects.NameTree |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
NamedDestinations
public NamedDestinations(Document context)
NamedDestinations
public NamedDestinations(PdfDirectObject baseObject,
PdfIndirectObject container)
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>
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.