Uses of Class
org.robovm.apple.coreanimation.CATextAlignmentMode
| Package | Description |
|---|---|
| org.robovm.apple.coreanimation | |
| org.robovm.apple.scenekit |
-
Uses of CATextAlignmentMode in org.robovm.apple.coreanimation
Fields in org.robovm.apple.coreanimation declared as CATextAlignmentMode Modifier and Type Field Description static CATextAlignmentModeCATextAlignmentMode. Centerstatic CATextAlignmentModeCATextAlignmentMode. Justifiedstatic CATextAlignmentModeCATextAlignmentMode. Leftstatic CATextAlignmentModeCATextAlignmentMode. Naturalstatic CATextAlignmentModeCATextAlignmentMode. RightMethods in org.robovm.apple.coreanimation that return CATextAlignmentMode Modifier and Type Method Description CATextAlignmentModeCATextLayer. getAlignmentMode()static CATextAlignmentModeCATextAlignmentMode.Marshaler. toObject(Class<CATextAlignmentMode> cls, long handle, long flags)static CATextAlignmentModeCATextAlignmentMode. valueOf(NSString value)Methods in org.robovm.apple.coreanimation that return types with arguments of type CATextAlignmentMode Modifier and Type Method Description static List<CATextAlignmentMode>CATextAlignmentMode.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreanimation with parameters of type CATextAlignmentMode Modifier and Type Method Description voidCATextLayer. setAlignmentMode(CATextAlignmentMode v)static longCATextAlignmentMode.Marshaler. toNative(CATextAlignmentMode o, long flags)Method parameters in org.robovm.apple.coreanimation with type arguments of type CATextAlignmentMode Modifier and Type Method Description static longCATextAlignmentMode.AsListMarshaler. toNative(List<CATextAlignmentMode> l, long flags)static CATextAlignmentModeCATextAlignmentMode.Marshaler. toObject(Class<CATextAlignmentMode> cls, long handle, long flags) -
Uses of CATextAlignmentMode in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return CATextAlignmentMode Modifier and Type Method Description CATextAlignmentModeSCNText. getAlignmentMode()Methods in org.robovm.apple.scenekit with parameters of type CATextAlignmentMode Modifier and Type Method Description voidSCNText. setAlignmentMode(CATextAlignmentMode v)