Package org.loboevolution.pdfview.action
Class PDFAction
java.lang.Object
org.loboevolution.pdfview.action.PDFAction
- Direct Known Subclasses:
GoToAction,GoToEAction,GoToRAction,LaunchAction,UriAction
The common super-class of all PDF actions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDFAction
Creates a new instance of PDFAction- Parameters:
type- aStringobject.
-
-
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- Returns:
- a
PDFActionobject. - Throws:
IOException- if any.
-