Package org.robovm.apple.uikit
Class UIViewImplicitlyAnimatingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIViewAnimatingAdapter
org.robovm.apple.uikit.UIViewImplicitlyAnimatingAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIViewAnimating,UIViewImplicitlyAnimating,ObjCProtocol
public class UIViewImplicitlyAnimatingAdapter extends UIViewAnimatingAdapter implements UIViewImplicitlyAnimating
-
Nested Class Summary
Nested 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 Constructor Description UIViewImplicitlyAnimatingAdapter() -
Method Summary
Modifier and Type Method Description voidaddAnimations(Runnable animation)voidaddAnimations(Runnable animation, double delayFactor)voidaddCompletion(VoidBlock1<UIViewAnimatingPosition> completion)voidcontinueAnimation(UITimingCurveProvider parameters, double durationFactor)Methods inherited from class org.robovm.apple.uikit.UIViewAnimatingAdapter
finishAnimation, getFractionComplete, getState, isReversed, isRunning, pauseAnimation, setFractionComplete, setReversed, startAnimation, startAnimation, stopAnimationMethods 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, updateStrongRefMethods inherited from interface org.robovm.apple.uikit.UIViewAnimating
finishAnimation, getFractionComplete, getState, isReversed, isRunning, pauseAnimation, setFractionComplete, setReversed, startAnimation, startAnimation, stopAnimation
-
Constructor Details
-
UIViewImplicitlyAnimatingAdapter
public UIViewImplicitlyAnimatingAdapter()
-
-
Method Details
-
addAnimations
- Specified by:
addAnimationsin interfaceUIViewImplicitlyAnimating
-
addAnimations
- Specified by:
addAnimationsin interfaceUIViewImplicitlyAnimating
-
addCompletion
- Specified by:
addCompletionin interfaceUIViewImplicitlyAnimating
-
continueAnimation
- Specified by:
continueAnimationin interfaceUIViewImplicitlyAnimating
-