| java.lang.Object | ||
| ↳ | Fragment | |
| ↳ | com.pdftron.pdf.dialog.StandardRubberStampPickerFragment | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StandardRubberStampPickerFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static StandardRubberStampPickerFragment | newInstance(StandardStampPreviewAppearance[] standardStampPreviewAppearances) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onStop() | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| void |
setOnRubberStampSelectedListener(OnRubberStampSelectedListener listener)
Sets the listener to
OnRubberStampSelectedListener. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the listener to OnRubberStampSelectedListener.
| listener | The listener |
|---|