org.apache.fop.pdf

Class TransitionDictionary

Implemented Interfaces:
PDFWritable

public class TransitionDictionary
extends PDFObject

Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.

Field Summary

Fields inherited from class org.apache.fop.pdf.PDFObject

DATE_FORMAT, log

Constructor Summary

TransitionDictionary(Map values)
Create a Transition Dictionary

Method Summary

String
getDictionary()
Get the dictionary.
byte[]
toPDF()
there is nothing to return for the toPDF method, as it should not be called

Methods inherited from class org.apache.fop.pdf.PDFObject

encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString

Constructor Details

TransitionDictionary

public TransitionDictionary(Map values)
Create a Transition Dictionary
Parameters:
values - the dictionary values to output

Method Details

getDictionary

public String getDictionary()
Get the dictionary. This returns the string containing the dictionary values.
Returns:
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
Overrides:
toPDF in interface PDFObject
Returns:
an empty string

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.