Package org.loboevolution.pdfview.action
Class GoToEAction
java.lang.Object
org.loboevolution.pdfview.action.PDFAction
org.loboevolution.pdfview.action.GoToEAction
**************************************************************************
Action directing to a location within an embedded PDF document
Author Katja Sondermann
- Since:
- 07.07.2009 **************************************************************************
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Inner class for holding the target dictionary's information -
Constructor Summary
ConstructorDescriptionGoToEAction
(PDFDestination dest, String file, boolean newWindow) ********************************************************************** Create a new GoToEAction from the given attributesGoToEAction
(PDFObject obj, PDFObject root) Creates a new instance of GoToEAction from an object -
Method Summary
-
Constructor Details
-
GoToEAction
Creates a new instance of GoToEAction from an object- Parameters:
obj
- the PDFObject with the action informationroot
- aPDFObject
object.- Throws:
IOException
- if any.
-
GoToEAction
********************************************************************** Create a new GoToEAction from the given attributes- Parameters:
dest
- aPDFDestination
object.file
- aString
object.newWindow
- aBoolean
object. **********************************************************************
-