Uses of Class
org.robovm.apple.uikit.UIPointerShape
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPointerShape in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPointerShape Modifier and Type Method Description UIPointerShapeUIPointerAccessory. getShape()Methods in org.robovm.apple.uikit that return types with arguments of type UIPointerShape Modifier and Type Method Description Block3<UIButton,UIPointerEffect,UIPointerShape,UIPointerStyle>UIButton. getPointerStyleProvider()Methods in org.robovm.apple.uikit with parameters of type UIPointerShape Modifier and Type Method Description protected static longUIPointerAccessory. create(UIPointerShape shape, UIPointerAccessoryPosition position)protected static longUIPointerStyle. create(UIPointerEffect effect, UIPointerShape shape)protected static longUIPointerStyle. create(UIPointerShape shape, UIAxis axes)Method parameters in org.robovm.apple.uikit with type arguments of type UIPointerShape Modifier and Type Method Description voidUIButton. setPointerStyleProvider(Block3<UIButton,UIPointerEffect,UIPointerShape,UIPointerStyle> v)Constructors in org.robovm.apple.uikit with parameters of type UIPointerShape Constructor Description UIPointerAccessory(UIPointerShape shape, UIPointerAccessoryPosition position)UIPointerStyle(UIPointerEffect effect, UIPointerShape shape)UIPointerStyle(UIPointerShape shape, UIAxis axes)