Uses of Class
org.robovm.apple.coreimage.CIDetectorType
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIDetectorType in org.robovm.apple.coreimage
Fields in org.robovm.apple.coreimage declared as CIDetectorType Modifier and Type Field Description static CIDetectorTypeCIDetectorType. Facestatic CIDetectorTypeCIDetectorType. QRCodestatic CIDetectorTypeCIDetectorType. Rectanglestatic CIDetectorTypeCIDetectorType. TextMethods in org.robovm.apple.coreimage that return CIDetectorType Modifier and Type Method Description static CIDetectorTypeCIDetectorType.Marshaler. toObject(Class<CIDetectorType> cls, long handle, long flags)static CIDetectorTypeCIDetectorType. valueOf(NSString value)Methods in org.robovm.apple.coreimage that return types with arguments of type CIDetectorType Modifier and Type Method Description static List<CIDetectorType>CIDetectorType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreimage with parameters of type CIDetectorType Modifier and Type Method Description protected static longCIDetector. init(CIDetectorType type, CIContext context, CIDetectorOptions options)static longCIDetectorType.Marshaler. toNative(CIDetectorType o, long flags)Method parameters in org.robovm.apple.coreimage with type arguments of type CIDetectorType Modifier and Type Method Description static longCIDetectorType.AsListMarshaler. toNative(List<CIDetectorType> l, long flags)static CIDetectorTypeCIDetectorType.Marshaler. toObject(Class<CIDetectorType> cls, long handle, long flags)Constructors in org.robovm.apple.coreimage with parameters of type CIDetectorType Constructor Description CIDetector(CIDetectorType type, CIContext context, CIDetectorOptions options)