com.sun.pdfview.action
public class PDFAction extends Object
| Constructor Summary | |
|---|---|
| PDFAction(String type) Creates a new instance of PDFAction | |
| Method Summary | |
|---|---|
| static PDFAction | getAction(PDFObject obj, PDFObject root)
Get an action of the appropriate type from a PDFObject
|
| PDFObject | getNext()
Get the next action or array of actions |
| String | getType()
Get the type of this action |
| void | setNext(PDFObject next)
Set the next action or array of actions |
Parameters: obj the PDF object containing the action to parse root the root of the PDF object tree