Class PDFNavigator
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFIdentifiedDictionary
org.apache.fop.pdf.PDFNavigator
- All Implemented Interfaces:
CompressedObject, PDFWritable
Navigation Node Dictionary, which we call a 'navigator'.
This class is used to for sub-page navigation.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class PDFDictionary
entries, order -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintoutput(OutputStream stream) Write the PDF represention of this objectvoidvoidsetResolver(PDFNavigator.Resolver resolver) Methods inherited from class PDFIdentifiedDictionary
getId, hasIdMethods inherited from class PDFDictionary
containsKey, get, getChildren, getChildren, keySet, put, put, remove, writeDictionaryMethods inherited from class PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, supportsObjectStream, toPDF, toPDFString
-
Field Details
-
resolver
-
-
Constructor Details
-
PDFNavigator
-
-
Method Details
-
output
Description copied from class:PDFDictionaryWrite the PDF represention of this object- Specified by:
outputin interfaceCompressedObject- Overrides:
outputin classPDFDictionary- Parameters:
stream- the stream to write the PDF to- Returns:
- the number of bytes written
- Throws:
IOException- if there is an error writing to the stream
-
populate
-