public static class

PDFViewCtrl.LinkInfo

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.PDFViewCtrl.LinkInfo

Class Overview

A class that holds information for a link. See setUrlExtraction(boolean) and getLinkAt(int, int) for more information.

Summary

Public Methods
String getURL()
double getX1()
double getX2()
double getY1()
double getY2()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getURL ()

Returns
  • the string representation of the URL

public double getX1 ()

Returns
  • x coordinate of the lower-left point

public double getX2 ()

Returns
  • x coordinate of the upper-right point

public double getY1 ()

Returns
  • y coordinate of the lower-left point

public double getY2 ()

Returns
  • y coordinate of the upper-right point