Package org.robovm.apple.watchkit
Interface WKImageAnimatable
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
WKInterfaceGroup,WKInterfaceImage
public interface WKImageAnimatable extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidstartAnimating()voidstartAnimatingWithImages(NSRange imageRange, double duration, long repeatCount)voidstopAnimating()
-
Method Details
-
startAnimating
void startAnimating() -
startAnimatingWithImages
-
stopAnimating
void stopAnimating()
-