public class

StampStatePopup

extends PopupWindow
java.lang.Object
   ↳ android.widget.PopupWindow
     ↳ com.pdftron.pdf.utils.StampStatePopup

Summary

Constants
String STATE_IMAGE_STAMP
String STATE_RUBBER_STAMP
String STATE_SIGNATURE
[Expand]
Inherited Constants
From class android.widget.PopupWindow
Public Constructors
StampStatePopup(Context context, ToolManager toolManager, String stampState, int backgroundColor, int iconColor)
Public Methods
void dismiss()
String getStampState()
void show(View parent, int x, int y)
void showAsDropDown(View anchor, int xoff, int yoff, int gravity)
void showAtLocation(View parent, int gravity, int x, int y)
void updateView(String newSignatureState)
[Expand]
Inherited Methods
From class android.widget.PopupWindow
From class java.lang.Object

Constants

public static final String STATE_IMAGE_STAMP

Constant Value: "stamp"

public static final String STATE_RUBBER_STAMP

Constant Value: "rubber_stamp"

public static final String STATE_SIGNATURE

Constant Value: "signature"

Public Constructors

public StampStatePopup (Context context, ToolManager toolManager, String stampState, int backgroundColor, int iconColor)

Public Methods

public void dismiss ()

public String getStampState ()

public void show (View parent, int x, int y)

public void showAsDropDown (View anchor, int xoff, int yoff, int gravity)

public void showAtLocation (View parent, int gravity, int x, int y)

public void updateView (String newSignatureState)