com.sun.pdfview.action

Class GoToAction

public class GoToAction extends PDFAction

An action which specifies going to a particular destination
Constructor Summary
GoToAction(PDFObject obj, PDFObject root)
Creates a new instance of GoToAction from an object
GoToAction(PDFDestination dest)
Create a new GoToAction from a destination
Method Summary
PDFDestinationgetDestination()
Get the destination this action refers to

Constructor Detail

GoToAction

public GoToAction(PDFObject obj, PDFObject root)
Creates a new instance of GoToAction from an object

Parameters: obj the PDFObject with the action information

GoToAction

public GoToAction(PDFDestination dest)
Create a new GoToAction from a destination

Method Detail

getDestination

public PDFDestination getDestination()
Get the destination this action refers to