Uses of Class
org.robovm.apple.uikit.UIImageSymbolScale
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIImageSymbolScale in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImageSymbolScale Modifier and Type Method Description static UIImageSymbolScaleUIImageSymbolScale. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImageSymbolScaleUIImageSymbolScale. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImageSymbolScale[]UIImageSymbolScale. 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 UIImageSymbolScale Modifier and Type Method Description static UIImageSymbolConfigurationUIImageSymbolConfiguration. getConfigurationWithFontScale(UIFont font, UIImageSymbolScale scale)static UIImageSymbolConfigurationUIImageSymbolConfiguration. getConfigurationWithPointSizeWeightScale(double pointSize, UIImageSymbolWeight weight, UIImageSymbolScale scale)static UIImageSymbolConfigurationUIImageSymbolConfiguration. getConfigurationWithScale(UIImageSymbolScale scale)static UIImageSymbolConfigurationUIImageSymbolConfiguration. getConfigurationWithTextStyleScale(String textStyle, UIImageSymbolScale scale)