Uses of Class
org.robovm.apple.coreimage.CIDetectorOptions
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIDetectorOptions in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIDetectorOptions Modifier and Type Method Description CIDetectorOptionsCIDetectorOptions. set(NSString key, NSObject value)CIDetectorOptionsCIDetectorOptions. setAccuracy(CIDetectorAccuracy accuracy)CIDetectorOptionsCIDetectorOptions. setMinFeatureSize(double minFeatureSize)CIDetectorOptionsCIDetectorOptions. setTracking(boolean tracking)static CIDetectorOptionsCIDetectorOptions.Marshaler. toObject(Class<CIDetectorOptions> cls, long handle, long flags)Methods in org.robovm.apple.coreimage that return types with arguments of type CIDetectorOptions Modifier and Type Method Description static List<CIDetectorOptions>CIDetectorOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreimage with parameters of type CIDetectorOptions Modifier and Type Method Description protected static longCIDetector. init(CIDetectorType type, CIContext context, CIDetectorOptions options)static longCIDetectorOptions.Marshaler. toNative(CIDetectorOptions o, long flags)Method parameters in org.robovm.apple.coreimage with type arguments of type CIDetectorOptions Modifier and Type Method Description static longCIDetectorOptions.AsListMarshaler. toNative(List<CIDetectorOptions> l, long flags)static CIDetectorOptionsCIDetectorOptions.Marshaler. toObject(Class<CIDetectorOptions> cls, long handle, long flags)Constructors in org.robovm.apple.coreimage with parameters of type CIDetectorOptions Constructor Description CIDetector(CIDetectorType type, CIContext context, CIDetectorOptions options)