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
Nested ClassesModifier and TypeClassDescriptionstatic classInner class for holding the target dictionary's information -
Constructor Summary
ConstructorsConstructorDescriptionGoToEAction(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- aPDFObjectobject.- Throws:
IOException- if any.
-
GoToEAction
********************************************************************** Create a new GoToEAction from the given attributes- Parameters:
dest- aPDFDestinationobject.file- aStringobject.newWindow- aBooleanobject. **********************************************************************
-