PDFWritable
public class PDFNavigator extends PDFIdentifiedDictionary
Modifier and Type | Class | Description |
---|---|---|
static class |
PDFNavigator.Resolver |
entries, order
Constructor | Description |
---|---|
PDFNavigator(java.lang.String id) |
Modifier and Type | Method | Description |
---|---|---|
int |
output(java.io.OutputStream stream) |
Write the PDF represention of this object
|
void |
populate(java.lang.Object nextAction,
java.lang.Object nextNode,
java.lang.Object prevAction,
java.lang.Object prevNode,
java.lang.Object duration) |
|
void |
setResolver(PDFNavigator.Resolver resolver) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsKey, get, getChildren, getChildren, keySet, put, put, remove, writeDictionary
getId, hasId
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
public int output(java.io.OutputStream stream) throws java.io.IOException
PDFDictionary
output
in class PDFDictionary
stream
- the stream to write the PDF tojava.io.IOException
- if there is an error writing to the streampublic void setResolver(PDFNavigator.Resolver resolver)
public void populate(java.lang.Object nextAction, java.lang.Object nextNode, java.lang.Object prevAction, java.lang.Object prevNode, java.lang.Object duration)
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.