Package org.robovm.apple.coreanimation
Class CAAnimationCalculationMode.Marshaler
- java.lang.Object
-
- org.robovm.apple.coreanimation.CAAnimationCalculationMode.Marshaler
-
- Enclosing class:
- CAAnimationCalculationMode
public static class CAAnimationCalculationMode.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(CAAnimationCalculationMode o, long flags)
static CAAnimationCalculationMode
toObject(java.lang.Class<CAAnimationCalculationMode> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static CAAnimationCalculationMode toObject(java.lang.Class<CAAnimationCalculationMode> cls, long handle, long flags)
-
toNative
public static long toNative(CAAnimationCalculationMode o, long flags)
-
-