Class GoToRAction

java.lang.Object
org.loboevolution.pdfview.action.PDFAction
org.loboevolution.pdfview.action.GoToRAction

public class GoToRAction extends PDFAction
************************************************************************** Action directing to a location within another PDF document

Author Katja Sondermann

Since:
07.07.2009 **************************************************************************
  • Constructor Details

    • GoToRAction

      public GoToRAction(PDFDestination dest, String file, boolean newWindow)
      ********************************************************************** Create a new GoToRAction from the given attributes
      Parameters:
      dest - a PDFDestination object.
      file - a String object.
      newWindow - a String object. **********************************************************************
    • GoToRAction

      public GoToRAction(PDFObject obj, PDFObject root) throws IOException
      Creates a new instance of GoToRAction from an object
      Parameters:
      obj - the PDFObject with the action information
      root - a PDFObject object.
      Throws:
      IOException - if any.