Package 

Class LinkTapEvent


  • 
    public final class LinkTapEvent
    
                        

    Represents a link tap event in a PDF previewer.

    • Constructor Detail

      • LinkTapEvent

        LinkTapEvent(Float originalX, Float originalY, Float documentX, Float documentY, RectF mappedLinkRect, Link link)
        Parameters:
        originalX - The original X coordinate of the touch event in screen coordinates.
        originalY - The original Y coordinate of the touch event in screen coordinates.
        documentX - The X coordinate of the touch event in document coordinates.
        documentY - The Y coordinate of the touch event in document coordinates.
        mappedLinkRect - The bounding rectangle of the link, mapped to screen coordinates.
        link - The {@link Link} object representing the tapped link.