Package com.sun.pdfview.action
Class PDFAction
java.lang.Object
com.sun.pdfview.action.PDFAction
- Direct Known Subclasses:
GoToAction
The common super-class of all PDF actions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
the type of this action -
next
the next action or array of actions
-
-
Constructor Details
-
PDFAction
Creates a new instance of PDFAction
-
-
Method Details
-
getAction
Get an action of the appropriate type from a PDFObject- Parameters:
obj
- the PDF object containing the action to parseroot
- the root of the PDF object tree- Throws:
IOException
-
getType
Get the type of this action -
getNext
Get the next action or array of actions -
setNext
Set the next action or array of actions
-