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
-
Method Summary
-
Constructor Details
-
PDFAction
Creates a new instance of PDFAction- Parameters:
type
- aString
object.
-
-
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
PDFAction
object. - Throws:
IOException
- if any.
-