Package org.robovm.apple.coreanimation
Class CATextAlignmentMode.Values
- java.lang.Object
-
- org.robovm.apple.coreanimation.CATextAlignmentMode.Values
-
- Enclosing class:
- CATextAlignmentMode
public static class CATextAlignmentMode.Values extends java.lang.Object
-
-
Method Detail
-
Natural
public static NSString Natural()
- Since:
- Available in iOS 3.2 and later.
-
Left
public static NSString Left()
- Since:
- Available in iOS 3.2 and later.
-
Right
public static NSString Right()
- Since:
- Available in iOS 3.2 and later.
-
Center
public static NSString Center()
- Since:
- Available in iOS 3.2 and later.
-
Justified
public static NSString Justified()
- Since:
- Available in iOS 3.2 and later.
-
-