Uses of Class
org.robovm.apple.uikit.UIAxis
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAxis in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UIAxis Modifier and Type Field Description static UIAxisUIAxis. Bothstatic UIAxisUIAxis. Horizontalstatic UIAxisUIAxis. Neitherstatic UIAxisUIAxis. Nonestatic UIAxisUIAxis. VerticalMethods in org.robovm.apple.uikit that return UIAxis Modifier and Type Method Description protected UIAxis[]UIAxis. _values()UIAxisUIListContentConfiguration. getAxesPreservingSuperviewLayoutMargins()UIAxisUIPointerRegion. getLatchingAxes()static UIAxis[]UIAxis. values()protected UIAxisUIAxis. wrap(long value, long mask)Methods in org.robovm.apple.uikit with parameters of type UIAxis Modifier and Type Method Description protected static longUIPointerShape. create(double length, UIAxis axis)protected static longUIPointerStyle. create(UIPointerShape shape, UIAxis axes)voidUIListContentConfiguration. setAxesPreservingSuperviewLayoutMargins(UIAxis v)voidUIPointerRegion. setLatchingAxes(UIAxis v)Constructors in org.robovm.apple.uikit with parameters of type UIAxis Constructor Description UIPointerShape(double length, UIAxis axis)UIPointerStyle(UIPointerShape shape, UIAxis axes)