fop 2.0

org.apache.fop.pdf
Class PDFTransitionAction

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFDictionary
          extended by org.apache.fop.pdf.PDFIdentifiedDictionary
              extended by org.apache.fop.pdf.PDFNavigatorAction
                  extended by org.apache.fop.pdf.PDFTransitionAction
All Implemented Interfaces:
PDFWritable

public class PDFTransitionAction
extends PDFNavigatorAction


Nested Class Summary
static class PDFTransitionAction.Resolver
           
 
Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
 
Fields inherited from class org.apache.fop.pdf.PDFObject
log
 
Constructor Summary
PDFTransitionAction(java.lang.String id)
           
 
Method Summary
 int output(java.io.OutputStream stream)
          Write the PDF represention of this object
 void populate(java.lang.Object transition, java.lang.Object nextAction)
           
 void setResolver(PDFTransitionAction.Resolver resolver)
           
 
Methods inherited from class org.apache.fop.pdf.PDFIdentifiedDictionary
getId, hasId
 
Methods inherited from class org.apache.fop.pdf.PDFDictionary
get, getChildren, getChildren, put, put, writeDictionary
 
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFTransitionAction

public PDFTransitionAction(java.lang.String id)
Method Detail

output

public int output(java.io.OutputStream stream)
           throws java.io.IOException
Description copied from class: PDFDictionary
Write the PDF represention of this object

Overrides:
output in class PDFDictionary
Parameters:
stream - the stream to write the PDF to
Returns:
the number of bytes written
Throws:
java.io.IOException - if there is an error writing to the stream

setResolver

public void setResolver(PDFTransitionAction.Resolver resolver)

populate

public void populate(java.lang.Object transition,
                     java.lang.Object nextAction)

fop 2.0

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