fop 0.94

org.apache.fop.pdf
Class TransitionDictionary

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.TransitionDictionary
All 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(java.util.Map values)
          Create a Transition Dictionary
 
Method Summary
 java.lang.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, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionDictionary

public TransitionDictionary(java.util.Map values)
Create a Transition Dictionary

Parameters:
values - the dictionary values to output
Method Detail

getDictionary

public java.lang.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 class PDFObject
Returns:
an empty string

fop 0.94

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