-
-
-
-
-
-
Methods in org.robovm.apple.coregraphics that return CGImage
| Modifier and Type |
Method |
Description |
static CGImage |
CGImage.create(long width,
long height,
long bitsPerComponent,
long bitsPerPixel,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGDataProvider provider,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createCopy(CGImage image) |
|
static CGImage |
CGImage.createCopy(CGImage image,
CGColorSpace space) |
|
static CGImage |
CGImage.createMask(long width,
long height,
long bitsPerComponent,
long bitsPerPixel,
long bytesPerRow,
CGDataProvider provider,
double[] decode,
boolean shouldInterpolate) |
|
static CGImage |
CGImage.createWithImageInRect(CGImage image,
CGRect rect) |
|
static CGImage |
CGImage.createWithJPEGDataProvider(CGDataProvider source,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithJPEGDataProvider(CGDataProvider source,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithMask(CGImage image,
CGImage mask) |
|
static CGImage |
CGImage.createWithMaskingColors(CGImage image,
double[] components) |
|
static CGImage |
CGImage.createWithPNGDataProvider(CGDataProvider source,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithPNGDataProvider(CGDataProvider source,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
CGImage |
CGBitmapContext.toImage() |
|
-
-
Methods in org.robovm.apple.coreml with parameters of type CGImage
| Modifier and Type |
Method |
Description |
protected static long |
MLFeatureValue.create(CGImage cgImage,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
Constructors in org.robovm.apple.coreml with parameters of type CGImage
| Constructor |
Description |
MLFeatureValue(CGImage cgImage,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
-
-
-
-
-
-
-
Methods in org.robovm.apple.passkit with parameters of type CGImage
| Modifier and Type |
Method |
Description |
protected long |
PKIssuerProvisioningExtensionPaymentPassEntry.init(String identifier,
String title,
CGImage art,
PKAddPaymentPassRequestConfiguration configuration) |
|
protected long |
PKShareablePassMetadata.init(String credentialIdentifier,
String cardConfigurationIdentifier,
String sharingInstanceIdentifier,
CGImage passThumbnailImage,
String ownerDisplayName,
String localizedDescription) |
|
protected long |
PKShareablePassMetadata.init(String credentialIdentifier,
String sharingInstanceIdentifier,
CGImage passThumbnailImage,
String ownerDisplayName,
String localizedDescription,
String accountHash,
String templateIdentifier,
String relyingPartyIdentifier,
boolean requiresUnifiedAccessCapableDevice) |
|
Constructors in org.robovm.apple.passkit with parameters of type CGImage
| Constructor |
Description |
PKIssuerProvisioningExtensionPaymentPassEntry(String identifier,
String title,
CGImage art,
PKAddPaymentPassRequestConfiguration configuration) |
|
PKShareablePassMetadata(String credentialIdentifier,
String cardConfigurationIdentifier,
String sharingInstanceIdentifier,
CGImage passThumbnailImage,
String ownerDisplayName,
String localizedDescription) |
|
PKShareablePassMetadata(String credentialIdentifier,
String sharingInstanceIdentifier,
CGImage passThumbnailImage,
String ownerDisplayName,
String localizedDescription,
String accountHash,
String templateIdentifier,
String relyingPartyIdentifier,
boolean requiresUnifiedAccessCapableDevice) |
|
-
-
-
-
Methods in org.robovm.apple.vision with parameters of type CGImage
| Modifier and Type |
Method |
Description |
protected long |
VNImageRequestHandler.init(CGImage image,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
protected long |
VNImageRequestHandler.init(CGImage image,
VNImageOption options) |
|
protected long |
VNTargetedImageRequest.init(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
protected long |
VNTargetedImageRequest.init(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
protected long |
VNTargetedImageRequest.init(CGImage cgImage,
VNImageOption options) |
|
protected long |
VNTargetedImageRequest.init(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
boolean |
VNSequenceRequestHandler.performRequests(NSArray<VNRequest> requests,
CGImage image) |
|
boolean |
VNSequenceRequestHandler.performRequests(NSArray<VNRequest> requests,
CGImage image,
CGImagePropertyOrientation orientation) |
|
Constructors in org.robovm.apple.vision with parameters of type CGImage
| Constructor |
Description |
VNGenerateOpticalFlowRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNGenerateOpticalFlowRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNGenerateOpticalFlowRequest(CGImage cgImage,
VNImageOption options) |
|
VNGenerateOpticalFlowRequest(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNHomographicImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNHomographicImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNHomographicImageRegistrationRequest(CGImage cgImage,
VNImageOption options) |
|
VNHomographicImageRegistrationRequest(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNImageRegistrationRequest(CGImage cgImage,
VNImageOption options) |
|
VNImageRegistrationRequest(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNImageRequestHandler(CGImage image,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNImageRequestHandler(CGImage image,
VNImageOption options) |
|
VNTargetedImageRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNTargetedImageRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNTargetedImageRequest(CGImage cgImage,
VNImageOption options) |
|
VNTargetedImageRequest(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNTranslationalImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options) |
|
VNTranslationalImageRegistrationRequest(CGImage cgImage,
CGImagePropertyOrientation orientation,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|
VNTranslationalImageRegistrationRequest(CGImage cgImage,
VNImageOption options) |
|
VNTranslationalImageRegistrationRequest(CGImage cgImage,
VNImageOption options,
VoidBlock2<VNRequest,NSError> completionHandler) |
|