| java.lang.Object | |||
| ↳ | DialogFragment | ||
| ↳ | com.pdftron.pdf.controls.CustomSizeDialogFragment | ||
| ↳ | com.pdftron.pdf.dialog.CreateCustomStampDialogFragment | ||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CreateCustomStampDialogFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static CreateCustomStampDialogFragment |
newInstance(CustomStampPreviewAppearance[] customStampPreviewAppearances)
Creates an instance of this class.
| ||||||||||
| static CreateCustomStampDialogFragment |
newInstance(CustomStampPreviewAppearance[] customStampPreviewAppearances, int editIndex)
Creates an instance of this class.
| ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onDismiss(DialogInterface dialog) | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| void |
setOnCustomStampChangedListener(OnCustomStampChangedListener listener)
Sets the listener to
OnCustomStampChangedListener. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.controls.CustomSizeDialogFragment
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.pdf.asynctask.CreateBitmapFromCustomStampTask.OnCustomStampCreatedCallback
| |||||||||||
Creates an instance of this class.
| customStampPreviewAppearances | An array of custom rubber stamp preview appearance |
|---|
Creates an instance of this class.
| customStampPreviewAppearances | An array of custom rubber stamp preview appearance |
|---|---|
| editIndex | the index of saved custom rubber stamp to be edited; -1 for creating a new custom rubber stamp |
Sets the listener to OnCustomStampChangedListener.
| listener | The listener |
|---|