Uses of Class
org.robovm.apple.imageio.CGImageAnimationStatus
| Package | Description |
|---|---|
| org.robovm.apple.imageio |
-
Uses of CGImageAnimationStatus in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CGImageAnimationStatus Modifier and Type Method Description static CGImageAnimationStatusCGImageAnimation. animateImages(NSData data, CGImageAnimationOptions options, VoidBlock3<Long,CGImage,BooleanPtr> block)static CGImageAnimationStatusCGImageAnimation. animateImages(NSURL url, CGImageAnimationOptions options, VoidBlock3<Long,CGImage,BooleanPtr> block)static CGImageAnimationStatusCGImageAnimationStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static CGImageAnimationStatusCGImageAnimationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CGImageAnimationStatus[]CGImageAnimationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.