Package org.robovm.apple.uikit
Class UIViewAnimationOptions
- All Implemented Interfaces:
Comparable<UIViewAnimationOptions>,Iterable<UIViewAnimationOptions>
public final class UIViewAnimationOptions extends Bits<UIViewAnimationOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIViewAnimationOptions(long value) -
Method Summary
Modifier and Type Method Description protected UIViewAnimationOptions[]_values()static UIViewAnimationOptions[]values()protected UIViewAnimationOptionswrap(long value, long mask)
-
Field Details
-
None
-
LayoutSubviews
-
AllowUserInteraction
-
BeginFromCurrentState
-
Repeat
-
Autoreverse
-
OverrideInheritedDuration
-
OverrideInheritedCurve
-
AllowAnimatedContent
-
ShowHideTransitionViews
-
OverrideInheritedOptions
-
CurveEaseInOut
-
CurveEaseIn
-
CurveEaseOut
-
CurveLinear
-
TransitionNone
-
TransitionFlipFromLeft
-
TransitionFlipFromRight
-
TransitionCurlUp
-
TransitionCurlDown
-
TransitionCrossDissolve
-
TransitionFlipFromTop
-
TransitionFlipFromBottom
-
PreferredFramesPerSecondDefault
-
PreferredFramesPerSecond60
-
PreferredFramesPerSecond30
-
-
Constructor Details
-
UIViewAnimationOptions
public UIViewAnimationOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIViewAnimationOptions>
-
_values
- Specified by:
_valuesin classBits<UIViewAnimationOptions>
-
values
-