Package org.robovm.apple.coreanimation
Class CAScrollMode.Values
- java.lang.Object
-
- org.robovm.apple.coreanimation.CAScrollMode.Values
-
- Enclosing class:
- CAScrollMode
public static class CAScrollMode.Values extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Values()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NSString
Both()
static NSString
Horizontally()
static NSString
None()
static NSString
Vertically()
-
-
-
Method Detail
-
None
public static NSString None()
- Since:
- Available in iOS 2.0 and later.
-
Vertically
public static NSString Vertically()
- Since:
- Available in iOS 2.0 and later.
-
Horizontally
public static NSString Horizontally()
- Since:
- Available in iOS 2.0 and later.
-
Both
public static NSString Both()
- Since:
- Available in iOS 2.0 and later.
-
-