Class TransitionDictionary
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.TransitionDictionary
- All Implemented Interfaces:
CompressedObject, PDFWritable
Transition Dictionary
This class is used to build a transition dictionary to
specify the transition between pages.
-
Field Summary
Fields inherited from class PDFDictionary
entries, order -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PDFDictionary
containsKey, get, getChildren, getChildren, keySet, output, 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
-
Constructor Details
-
TransitionDictionary
public TransitionDictionary()Create a Transition Dictionary
-