Uses of Class
org.robovm.apple.uikit.UIVibrancyEffectStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIVibrancyEffectStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIVibrancyEffectStyle Modifier and Type Method Description static UIVibrancyEffectStyleUIVibrancyEffectStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIVibrancyEffectStyleUIVibrancyEffectStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIVibrancyEffectStyle[]UIVibrancyEffectStyle. 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 UIVibrancyEffectStyle Modifier and Type Method Description protected static longUIVibrancyEffect. create(UIBlurEffect blurEffect, UIVibrancyEffectStyle style)Constructors in org.robovm.apple.uikit with parameters of type UIVibrancyEffectStyle Constructor Description UIVibrancyEffect(UIBlurEffect blurEffect, UIVibrancyEffectStyle style)