public class LinkTapEvent
extends java.lang.Object
| Constructor and Description |
|---|
LinkTapEvent(float originalX,
float originalY,
float documentX,
float documentY,
android.graphics.RectF mappedLinkRect,
PdfDocument.Link link) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDocumentX() |
float |
getDocumentY() |
PdfDocument.Link |
getLink() |
android.graphics.RectF |
getMappedLinkRect() |
float |
getOriginalX() |
float |
getOriginalY() |