Package org.robovm.apple.coreanimation
Class CASpringAnimation
- All Implemented Interfaces:
CAAction,CAMediaTiming,NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CASpringAnimation extends CABasicAnimation
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCASpringAnimation.CASpringAnimationPtrNested classes/interfaces inherited from class org.robovm.apple.coreanimation.CABasicAnimation
CABasicAnimation.CABasicAnimationPtrNested classes/interfaces inherited from class org.robovm.apple.coreanimation.CAPropertyAnimation
CAPropertyAnimation.CAPropertyAnimationPtrNested classes/interfaces inherited from class org.robovm.apple.coreanimation.CAAnimation
CAAnimation.CAAnimationPtrNested 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 CASpringAnimation()protectedCASpringAnimation(NSObject.Handle h, long handle)protectedCASpringAnimation(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description doublegetDamping()static NSObjectgetDefaultValue(String key)doublegetInitialVelocity()doublegetMass()doublegetSettlingDuration()doublegetStiffness()voidsetDamping(double v)voidsetInitialVelocity(double v)voidsetMass(double v)voidsetStiffness(double v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.coreanimation.CABasicAnimation
create, getByValue, getFromValue, getNumericByValue, getNumericFromValue, getNumericToValue, getToValue, setByValue, setFromValue, setNumericByValue, setNumericFromValue, setNumericToValue, setToValueMethods inherited from class org.robovm.apple.coreanimation.CAPropertyAnimation
getKeyPath, getValueFunction, isAdditive, isCumulative, setAdditive, setCumulative, setKeyPath, setValueFunctionMethods inherited from class org.robovm.apple.coreanimation.CAAnimation
autoreverses, encode, getAnimationEvents, getBeginTime, getCurrentMediaTime, getDelegate, getDuration, getFadeInDuration, getFadeOutDuration, getFillMode, getPreferredFrameRateRange, getRepeatCount, getRepeatDuration, getSpeed, getTimeOffset, getTimingFunction, init, isRemovedOnCompletion, runAction, setAnimationEvents, setAutoreverses, setBeginTime, setDelegate, setDuration, setFadeInDuration, setFadeOutDuration, setFillMode, setPreferredFrameRateRange, setRemovedOnCompletion, setRepeatCount, setRepeatDuration, setSpeed, setTimeOffset, setTimingFunction, setUsesSceneTimeBase, shouldArchiveValue, usesSceneTimeBaseMethods 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
-
CASpringAnimation
public CASpringAnimation() -
CASpringAnimation
-
CASpringAnimation
-
-
Method Details
-
getMass
public double getMass() -
setMass
public void setMass(double v) -
getStiffness
public double getStiffness() -
setStiffness
public void setStiffness(double v) -
getDamping
public double getDamping() -
setDamping
public void setDamping(double v) -
getInitialVelocity
public double getInitialVelocity() -
setInitialVelocity
public void setInitialVelocity(double v) -
getSettlingDuration
public double getSettlingDuration() -
supportsSecureCoding
public static boolean supportsSecureCoding() -
getDefaultValue
-