- java.lang.Object
-
- de.jangassen.jfa.foundation.Foundation.CGFloat
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Enclosing class:
- Foundation
public static class Foundation.CGFloat extends Object implements com.sun.jna.NativeMapped
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectfromNative(Object o, com.sun.jna.FromNativeContext fromNativeContext)Class<?>nativeType()ObjecttoNative()
-
-
-
Method Detail
-
fromNative
public Object fromNative(Object o, com.sun.jna.FromNativeContext fromNativeContext)
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
public Object toNative()
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
public Class<?> nativeType()
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-
-