Class UriAction

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

public class UriAction extends PDFAction
************************************************************************** URI action, containing a web link

Author Katja Sondermann

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

    • UriAction

      public UriAction(PDFObject obj, PDFObject root) throws IOException
      ********************************************************************** Constructor, reading the URL from the given action object
      Parameters:
      obj - a PDFObject object.
      root - a PDFObject object.
      Throws:
      IOException - if any.
    • UriAction

      public UriAction(String uri) throws IOException
      ********************************************************************** Constructor
      Parameters:
      uri - a String object.
      Throws:
      IOException - if any.