Package org.loboevolution.pdfview.action
Class GoToAction
java.lang.Object
org.loboevolution.pdfview.action.PDFAction
org.loboevolution.pdfview.action.GoToAction
An action which specifies going to a particular destination
-
Constructor Summary
ConstructorsConstructorDescriptionGoToAction(PDFDestination dest) Create a new GoToAction from a destinationGoToAction(PDFObject obj, PDFObject root) Creates a new instance of GoToAction from an object -
Method Summary
Modifier and TypeMethodDescriptionGet the destination this action refers to
-
Constructor Details
-
GoToAction
Creates a new instance of GoToAction from an object- Parameters:
obj- the PDFObject with the action informationroot- aPDFObjectobject.- Throws:
IOException- if any.
-
GoToAction
Create a new GoToAction from a destination- Parameters:
dest- aPDFDestinationobject.
-
-
Method Details
-
getDestination
Get the destination this action refers to- Returns:
- a
PDFDestinationobject.
-