Uses of Class
org.robovm.apple.imageio.CGImageProperties
| Package | Description |
|---|---|
| org.robovm.apple.assetslibrary | |
| org.robovm.apple.coreimage | |
| org.robovm.apple.imageio |
-
Uses of CGImageProperties in org.robovm.apple.assetslibrary
Methods in org.robovm.apple.assetslibrary that return CGImageProperties Modifier and Type Method Description CGImagePropertiesALAssetRepresentation. getMetadata()Deprecated.Deprecated in iOS 9.0.Methods in org.robovm.apple.assetslibrary with parameters of type CGImageProperties Modifier and Type Method Description voidALAsset. setImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeImageDataToSavedPhotosAlbum(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeImageToSavedPhotosAlbum(CGImage imageRef, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAsset. writeModifiedImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0. -
Uses of CGImageProperties in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CGImageProperties Modifier and Type Method Description CGImagePropertiesCIImageOptions. getProperties()Methods in org.robovm.apple.coreimage with parameters of type CGImageProperties Modifier and Type Method Description CIImageOptionsCIImageOptions. setProperties(CGImageProperties properties) -
Uses of CGImageProperties in org.robovm.apple.imageio
Subclasses of CGImageProperties in org.robovm.apple.imageio Modifier and Type Class Description classCGImageDestinationPropertiesMethods in org.robovm.apple.imageio that return types with arguments of type CGImageProperties Modifier and Type Method Description static List<CGImageProperties>CGImageProperties.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.imageio with parameters of type CGImageProperties Modifier and Type Method Description static longCGImageProperties.Marshaler. toNative(CGImageProperties o, long flags)Method parameters in org.robovm.apple.imageio with type arguments of type CGImageProperties Modifier and Type Method Description static longCGImageProperties.AsListMarshaler. toNative(List<CGImageProperties> l, long flags)static CGImagePropertiesCGImageProperties.Marshaler. toObject(Class<CGImageProperties> cls, long handle, long flags)