|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFIdentifiedDictionary
org.apache.fop.pdf.PDFNavigatorAction
org.apache.fop.pdf.PDFTransitionAction
public class PDFTransitionAction
| 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 |
|---|
containsKey, get, getChildren, getChildren, keySet, put, put, remove, 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 |
|---|
public PDFTransitionAction(java.lang.String id)
| Method Detail |
|---|
public int output(java.io.OutputStream stream)
throws java.io.IOException
PDFDictionary
output in class PDFDictionarystream - the stream to write the PDF to
java.io.IOException - if there is an error writing to the streampublic void setResolver(PDFTransitionAction.Resolver resolver)
public void populate(java.lang.Object transition,
java.lang.Object nextAction)
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||