Package org.loboevolution.pdfview.action
Class GoToRAction
java.lang.Object
org.loboevolution.pdfview.action.PDFAction
org.loboevolution.pdfview.action.GoToRAction
**************************************************************************
Action directing to a location within another PDF document
Author Katja Sondermann
- Since:
- 07.07.2009 **************************************************************************
-
Constructor Summary
ConstructorDescriptionGoToRAction
(PDFDestination dest, String file, boolean newWindow) ********************************************************************** Create a new GoToRAction from the given attributesGoToRAction
(PDFObject obj, PDFObject root) Creates a new instance of GoToRAction from an object -
Method Summary
-
Constructor Details
-
GoToRAction
********************************************************************** Create a new GoToRAction from the given attributes- Parameters:
dest
- aPDFDestination
object.file
- aString
object.newWindow
- aString
object. **********************************************************************
-
GoToRAction
Creates a new instance of GoToRAction from an object- Parameters:
obj
- the PDFObject with the action informationroot
- aPDFObject
object.- Throws:
IOException
- if any.
-