Package org.robovm.apple.coreanimation
Class CATextAlignmentMode.Marshaler
- java.lang.Object
-
- org.robovm.apple.coreanimation.CATextAlignmentMode.Marshaler
-
- Enclosing class:
- CATextAlignmentMode
public static class CATextAlignmentMode.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(CATextAlignmentMode o, long flags)
static CATextAlignmentMode
toObject(java.lang.Class<CATextAlignmentMode> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static CATextAlignmentMode toObject(java.lang.Class<CATextAlignmentMode> cls, long handle, long flags)
-
toNative
public static long toNative(CATextAlignmentMode o, long flags)
-
-