Package org.robovm.apple.coreanimation
Class CAMediaTimingFunction
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.coreanimation.CAMediaTimingFunction
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CAMediaTimingFunction extends NSObject implements NSSecureCoding
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCAMediaTimingFunction.CAMediaTimingFunctionPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description CAMediaTimingFunction()CAMediaTimingFunction(float c1x, float c1y, float c2x, float c2y)CAMediaTimingFunction(CAMediaTimingFunctionName name)CAMediaTimingFunction(NSCoder coder)protectedCAMediaTimingFunction(NSObject.Handle h, long handle)protectedCAMediaTimingFunction(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description protected static longcreate(CAMediaTimingFunctionName name)voidencode(NSCoder coder)floatgetControlPoint(long idx)protected voidgetControlPoint(long idx, FloatPtr ptr)protected longinit(float c1x, float c1y, float c2x, float c2y)protected longinit(NSCoder coder)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CAMediaTimingFunction
public CAMediaTimingFunction() -
CAMediaTimingFunction
-
CAMediaTimingFunction
-
CAMediaTimingFunction
public CAMediaTimingFunction(float c1x, float c1y, float c2x, float c2y) -
CAMediaTimingFunction
-
CAMediaTimingFunction
-
-
Method Details
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
getControlPoint
public float getControlPoint(long idx) -
init
protected long init(float c1x, float c1y, float c2x, float c2y) -
getControlPoint
-
create
-
encode
-
init
-