Uses of Class
org.robovm.apple.uikit.UIImageResizingMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIImageResizingMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImageResizingMode Modifier and Type Method Description UIImageResizingModeUIImage. getResizingMode()static UIImageResizingModeUIImageResizingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImageResizingModeUIImageResizingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImageResizingMode[]UIImageResizingMode. 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 UIImageResizingMode Modifier and Type Method Description static UIImageUIImage. getAnimatedResizableImage(String name, UIEdgeInsets capInsets, UIImageResizingMode resizingMode, double duration)UIImageUIImage. newResizableImage(UIEdgeInsets capInsets, UIImageResizingMode resizingMode)