Uses of Class
org.robovm.apple.uikit.UIBlurEffectStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIBlurEffectStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBlurEffectStyle Modifier and Type Method Description static UIBlurEffectStyleUIBlurEffectStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBlurEffectStyleUIBlurEffectStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBlurEffectStyle[]UIBlurEffectStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIBlurEffectStyle Modifier and Type Method Description protected static longUIBlurEffect. create(UIBlurEffectStyle style)Constructors in org.robovm.apple.uikit with parameters of type UIBlurEffectStyle Constructor Description UIBlurEffect(UIBlurEffectStyle style)