Package org.openpdf.renderer.action
Class GoToAction
java.lang.Object
org.openpdf.renderer.action.PDFAction
org.openpdf.renderer.action.GoToAction
An action which specifies going to a particular destination
-
Field Summary
Fields -
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
-
Field Details
-
dest
the destination to go to
-
-
Constructor Details
-
GoToAction
Creates a new instance of GoToAction from an object- Parameters:
obj- the PDFObject with the action information- Throws:
IOException
-
GoToAction
Create a new GoToAction from a destination
-
-
Method Details
-
getDestination
Get the destination this action refers to
-