| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static BlurMaskFilter.Blur |
BlurMaskFilter.Blur.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlurMaskFilter.Blur[] |
BlurMaskFilter.Blur.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlurMaskFilter(float radius,
BlurMaskFilter.Blur style) |
Copyright © 2008-2013. All Rights Reserved.