org.apache.fop.pdf
Class TransitionDictionary
- PDFWritable
public class TransitionDictionary
Transition Dictionary
This class is used to build a transition dictionary to
specify the transition between pages.
String | getDictionary() - Get the dictionary.
|
byte[] | toPDF() - there is nothing to return for the toPDF method, as it should not be called
|
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
TransitionDictionary
public TransitionDictionary(Map values)
Create a Transition Dictionary
values
- the dictionary values to output
getDictionary
public String getDictionary()
Get the dictionary.
This returns the string containing the dictionary values.
- the string with the dictionary values
toPDF
public byte[] toPDF()
there is nothing to return for the toPDF method, as it should not be called
- toPDF in interface PDFObject
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.