java.lang.Object |
↳ |
DialogFragment |
|
↳ |
com.pdftron.pdf.dialog.CustomColorModeDialogFragment |
Class Overview
A dialog fragment shows a list of preset color modes. It allows user to set PDFViewCtrl to custom color view mode.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
CustomColorModeDialogFragment
()
Public Methods
Creates a new instance of custom color mode dialog fragment
Parameters
bgColor |
background color |
txtColor |
text color |
Returns
- new instance of custom color mode dialog fragment
public
void
onCreate
(Bundle savedInstanceState)
public
Dialog
onCreateDialog
(Bundle savedInstanceState)
public
void
onDismiss
(DialogInterface dialog)
Sets custom color mode selected listener
Parameters
listener |
The selected listener
|