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