|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFAction
class representing an action object.
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation, number |
Constructor Summary | |
PDFAction()
empty constructor for PDFAction. this constructor is used when there is no additional object being created |
|
PDFAction(int number)
create an Action object. this constructor is used for passing on the object number to the PDFObject |
Method Summary | |
abstract java.lang.String |
getAction()
represent the action to call this method should be implemented to return the action which gets called by the Link Object. |
abstract byte[] |
toPDF()
represent the object in PDF this method should be implemented to return the PDF which is to be generated by the Action object |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber, output, referencePDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFAction(int number)
number
- the object's numberpublic PDFAction()
Method Detail |
public abstract java.lang.String getAction()
public abstract byte[] toPDF()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |