public class

DigitalSignature

extends Signature
java.lang.Object
   ↳ com.pdftron.pdf.tools.Tool
     ↳ com.pdftron.pdf.tools.Signature
       ↳ com.pdftron.pdf.tools.DigitalSignature

Summary

[Expand]
Inherited Constants
From class com.pdftron.pdf.tools.Tool
[Expand]
Inherited Fields
From class com.pdftron.pdf.tools.Signature
From class com.pdftron.pdf.tools.Tool
Public Constructors
DigitalSignature(PDFViewCtrl ctrl)
Class constructor
Public Methods
static String createSignatureImageFile(Context context, Page page)
int getCreateAnnotType()
Gets what annotation type this tool can create
ToolManager.ToolModeBase getToolMode()
The overload implementation of getToolMode().
void onClose()
The overload implementation of onClose().
boolean onLongPress(MotionEvent e)
The overload implementation of onLongPress(MotionEvent).
boolean onUp(MotionEvent e, PDFViewCtrl.PriorEventMode priorEventMode)
The overload implementation of onUp(MotionEvent, PDFViewCtrl.PriorEventMode).
[Expand]
Inherited Methods
From class com.pdftron.pdf.tools.Signature
From class com.pdftron.pdf.tools.Tool
From class java.lang.Object
From interface com.pdftron.pdf.tools.ToolManager.Tool

Public Constructors

public DigitalSignature (PDFViewCtrl ctrl)

Class constructor

Public Methods

public static String createSignatureImageFile (Context context, Page page)

public int getCreateAnnotType ()

Gets what annotation type this tool can create

Returns
  • annot type for annotation creation tool, or unknown for non-creation tool.

public ToolManager.ToolModeBase getToolMode ()

The overload implementation of getToolMode().

Returns
  • the mode/identifier of this tool.

public void onClose ()

The overload implementation of onClose().

public boolean onLongPress (MotionEvent e)

The overload implementation of onLongPress(MotionEvent).

public boolean onUp (MotionEvent e, PDFViewCtrl.PriorEventMode priorEventMode)

The overload implementation of onUp(MotionEvent, PDFViewCtrl.PriorEventMode).