public interface ProgressDialogDecorator extends Dialog
| Modifier and Type | Method and Description |
|---|---|
int |
getProgressBarColor()
Returns the color of the dialog's progress bar.
|
ProgressDialog.ProgressBarPosition |
getProgressBarPosition()
Returns the position of the dialog's progress bar.
|
int |
getProgressBarSize()
Returns the size of the dialog's progress bar.
|
int |
getProgressBarThickness()
Returns the thickness of the dialog's progress bar.
|
void |
setProgressBarColor(int color)
Sets the color of the dialog's progress bar.
|
void |
setProgressBarPosition(ProgressDialog.ProgressBarPosition position)
Sets the position of the dialog's progress bar.
|
void |
setProgressBarSize(int size)
Sets the size of the dialog's progress bar.
|
void |
setProgressBarThickness(int thickness)
Sets the thickness of the dialog's progress bar.
|
getContextint getProgressBarColor()
Integer valuevoid setProgressBarColor(int color)
color - The color, which should be set, as an Integer valueint getProgressBarSize()
Integer valuevoid setProgressBarSize(int size)
size - The size, which should be set, in pixels as an Integer value. The size must
be at least 0int getProgressBarThickness()
Integer valuevoid setProgressBarThickness(int thickness)
thickness - The thickness, which should be set, in pixels as an Integer value. The
thickness must be at least 1ProgressDialog.ProgressBarPosition getProgressBarPosition()
ProgressDialog.ProgressBarPosition. The position may either be LEFT, TOP,
RIGHT or BOTTOMvoid setProgressBarPosition(ProgressDialog.ProgressBarPosition position)
position - The position, which should be set, as a value of the enum ProgressDialog.ProgressBarPosition. The position may either be LEFT, TOP,
RIGHT or BOTTOM