Uses of Class
org.robovm.apple.coreimage.CIFilterInputParameters
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIFilterInputParameters in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIFilterInputParameters Modifier and Type Method Description CIFilterInputParametersCIFilterInputParameters. set(String key, NSObject value)CIFilterInputParametersCIFilterInputParameters. set(NSString key, NSObject value)CIFilterInputParametersCIFilterInputParameters. setBackgroundImage(CIImage backgroundImage)CIFilterInputParametersCIFilterInputParameters. setInputImage(CIImage inputImage)CIFilterInputParametersCIFilterInputParameters. setOutputImage(CIImage outputImage)CIFilterInputParametersCIFilterInputParameters. setVersion(long version)static CIFilterInputParametersCIFilterInputParameters.Marshaler. toObject(Class<CIFilterInputParameters> cls, long handle, long flags)Methods in org.robovm.apple.coreimage that return types with arguments of type CIFilterInputParameters Modifier and Type Method Description static List<CIFilterInputParameters>CIFilterInputParameters.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreimage with parameters of type CIFilterInputParameters Modifier and Type Method Description protected static longCIFilter. create(String name, CIFilterInputParameters params)CIImageCIImage. newImageByApplyingFilter(String filterName, CIFilterInputParameters params)static longCIFilterInputParameters.Marshaler. toNative(CIFilterInputParameters o, long flags)Method parameters in org.robovm.apple.coreimage with type arguments of type CIFilterInputParameters Modifier and Type Method Description static longCIFilterInputParameters.AsListMarshaler. toNative(List<CIFilterInputParameters> l, long flags)static CIFilterInputParametersCIFilterInputParameters.Marshaler. toObject(Class<CIFilterInputParameters> cls, long handle, long flags)Constructors in org.robovm.apple.coreimage with parameters of type CIFilterInputParameters Constructor Description CIFilter(String name, CIFilterInputParameters params)