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
ConstructorsConstructorDescriptionGoToRAction(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- aPDFDestinationobject.file- aStringobject.newWindow- aStringobject. **********************************************************************
-
GoToRAction
Creates a new instance of GoToRAction from an object- Parameters:
obj- the PDFObject with the action informationroot- aPDFObjectobject.- Throws:
IOException- if any.
-