Uses of Class
org.robovm.apple.imageio.CGImageSourceOptions
| Package | Description |
|---|---|
| org.robovm.apple.assetslibrary | |
| org.robovm.apple.imageio |
-
Uses of CGImageSourceOptions in org.robovm.apple.assetslibrary
Methods in org.robovm.apple.assetslibrary with parameters of type CGImageSourceOptions Modifier and Type Method Description CGImageALAssetRepresentation. getCGImage(CGImageSourceOptions options)Deprecated.Deprecated in iOS 9.0. -
Uses of CGImageSourceOptions in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CGImageSourceOptions Modifier and Type Method Description CGImageSourceOptionsCGImageSourceOptions. set(CFString key, NativeObject value)CGImageSourceOptionsCGImageSourceOptions. setShouldAllowFloat(boolean shouldAllowFloat)CGImageSourceOptionsCGImageSourceOptions. setShouldCache(boolean shouldCache)CGImageSourceOptionsCGImageSourceOptions. setShouldCacheImmediately(boolean shouldCacheImmediately)CGImageSourceOptionsCGImageSourceOptions. setShouldCreateThumbnailFromImageIfAbsent(boolean shouldCreateThumbnailFromImageIfAbsent)CGImageSourceOptionsCGImageSourceOptions. setShouldCreateThumbnailWithTransform(boolean shouldCreateThumbnailWithTransform)CGImageSourceOptionsCGImageSourceOptions. setSubsampleFactor(int subsampleFactor)CGImageSourceOptionsCGImageSourceOptions. setThumbnailMaxPixelSize(long thumbnailMaxPixelSize)CGImageSourceOptionsCGImageSourceOptions. setTypeIdentifierHint(String typeIdentifierHint)static CGImageSourceOptionsCGImageSourceOptions.Marshaler. toObject(Class<CGImageSourceOptions> cls, long handle, long flags)Methods in org.robovm.apple.imageio that return types with arguments of type CGImageSourceOptions Modifier and Type Method Description static List<CGImageSourceOptions>CGImageSourceOptions.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.imageio with parameters of type CGImageSourceOptions Modifier and Type Method Description static CGImageSourceCGImageSource. create(CGDataProvider provider, CGImageSourceOptions options)static CGImageSourceCGImageSource. create(NSData data, CGImageSourceOptions options)static CGImageSourceCGImageSource. create(NSURL url, CGImageSourceOptions options)CGImageCGImageSource. createImage(long index, CGImageSourceOptions options)static CGImageSourceCGImageSource. createIncremental(CGImageSourceOptions options)CGImageCGImageSource. createThumbnail(long index, CGImageSourceOptions options)CGImageMetadataCGImageSource. getMetadata(long index, CGImageSourceOptions options)CGImagePropertiesCGImageSource. getProperties(long index, CGImageSourceOptions options)CGImagePropertiesCGImageSource. getProperties(CGImageSourceOptions options)static longCGImageSourceOptions.Marshaler. toNative(CGImageSourceOptions o, long flags)Method parameters in org.robovm.apple.imageio with type arguments of type CGImageSourceOptions Modifier and Type Method Description static longCGImageSourceOptions.AsListMarshaler. toNative(List<CGImageSourceOptions> l, long flags)static CGImageSourceOptionsCGImageSourceOptions.Marshaler. toObject(Class<CGImageSourceOptions> cls, long handle, long flags)