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