Class GoToEAction

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

public class GoToEAction extends PDFAction
************************************************************************** Action directing to a location within an embedded PDF document

Author Katja Sondermann

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

    • GoToEAction

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

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