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
ConstructorDescriptionGoToAction
(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
- aPDFObject
object.- Throws:
IOException
- if any.
-
GoToAction
Create a new GoToAction from a destination- Parameters:
dest
- aPDFDestination
object.
-
-
Method Details
-
getDestination
Get the destination this action refers to- Returns:
- a
PDFDestination
object.
-