Uses of Class
org.robovm.apple.uikit.UIImageRenderingMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIImageRenderingMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImageRenderingMode Modifier and Type Method Description UIImageRenderingModeUIImage. getRenderingMode()static UIImageRenderingModeUIImageRenderingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImageRenderingModeUIImageRenderingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImageRenderingMode[]UIImageRenderingMode. 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 UIImageRenderingMode Modifier and Type Method Description UIImageUIImage. imageWithTintColor(UIColor color, UIImageRenderingMode renderingMode)UIImageUIImage. newImage(UIImageRenderingMode renderingMode)