Uses of Class
org.robovm.apple.coregraphics.CGContext
-
Uses of CGContext in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation with parameters of type CGContext Modifier and Type Method Description voidCALayer. draw(CGContext ctx)voidCALayerDelegate. drawLayer(CALayer layer, CGContext ctx)voidCALayerDelegateAdapter. drawLayer(CALayer layer, CGContext ctx)voidCALayer. render(CGContext ctx) -
Uses of CGContext in org.robovm.apple.coregraphics
Subclasses of CGContext in org.robovm.apple.coregraphics Modifier and Type Class Description classCGBitmapContextclassCGPDFContextMethods in org.robovm.apple.coregraphics that return CGContext Modifier and Type Method Description CGContextCGLayer. getContext()Methods in org.robovm.apple.coregraphics with parameters of type CGContext Modifier and Type Method Description static voidCGPDFContext. beginPage(CGContext context, CGPDFBoxOptions pageInfo)static voidCGPDFContext. beginTag(CGContext context, CGPDFTagType tagType, CGPDFTagProperties tagProperties)static CGLayerCGLayer. create(CGContext context, CGSize size, NSDictionary auxiliaryInfo)voidCGPattern.DrawPattern. drawPattern(CGContext context) -
Uses of CGContext in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type CGContext Modifier and Type Method Description protected static longCIContext. create(CGContext cgctx, CIContextOptions options)Constructors in org.robovm.apple.coreimage with parameters of type CGContext Constructor Description CIContext(CGContext cgctx, CIContextOptions options) -
Uses of CGContext in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext with parameters of type CGContext Modifier and Type Method Description voidCTFrame. draw(CGContext context)voidCTLine. draw(CGContext context)voidCTRun. draw(CGContext context, CFRange range)voidCTFont. drawGlyphs(short[] glyphs, CGPoint[] positions, CGContext context)protected voidCTFont. drawGlyphs(ShortPtr glyphs, CGPoint positions, long count, CGContext context)CGRectCTLine. getImageBounds(CGContext context)CGRectCTRun. getImageBounds(CGContext context, CFRange range) -
Uses of CGContext in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type CGContext Modifier and Type Method Description voidMKOverlayPathRenderer. applyFillProperties(CGContext context, double zoomScale)voidMKOverlayPathView. applyFillProperties(CGContext context, double zoomScale)Deprecated.Deprecated in iOS 7.0.voidMKOverlayPathRenderer. applyStrokeProperties(CGContext context, double zoomScale)voidMKOverlayPathView. applyStrokeProperties(CGContext context, double zoomScale)Deprecated.Deprecated in iOS 7.0.voidMKOverlayRenderer. draw(MKMapRect mapRect, double zoomScale, CGContext context)voidMKOverlayView. draw(MKMapRect mapRect, double zoomScale, CGContext context)Deprecated.Deprecated in iOS 7.0.voidMKOverlayPathRenderer. fillPath(CGPath path, CGContext context)voidMKOverlayPathView. fillPath(CGPath path, CGContext context)Deprecated.Deprecated in iOS 7.0.voidMKOverlayPathRenderer. strokePath(CGPath path, CGContext context)voidMKOverlayPathView. strokePath(CGPath path, CGContext context)Deprecated.Deprecated in iOS 7.0. -
Uses of CGContext in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit with parameters of type CGContext Modifier and Type Method Description voidPDFAnnotation. draw(PDFDisplayBox box, CGContext context)voidPDFPage. draw(PDFDisplayBox box, CGContext context)voidPDFView. drawPage(PDFPage page, CGContext context)voidPDFView. drawPagePost(PDFPage page, CGContext context)voidPDFPage. transformContext(CGContext context, PDFDisplayBox box) -
Uses of CGContext in org.robovm.apple.quicklook
Method parameters in org.robovm.apple.quicklook with type arguments of type CGContext Modifier and Type Method Description protected static longQLThumbnailReply. create(CGSize contextSize, Block1<CGContext,Boolean> drawingBlock)protected longQLPreviewReply. init(CGSize contextSize, boolean isBitmap, Block3<CGContext,QLPreviewReply,NSError.NSErrorPtr,Boolean> drawingBlock)Constructor parameters in org.robovm.apple.quicklook with type arguments of type CGContext Constructor Description QLPreviewReply(CGSize contextSize, boolean isBitmap, Block3<CGContext,QLPreviewReply,NSError.NSErrorPtr,Boolean> drawingBlock)QLThumbnailReply(CGSize contextSize, Block1<CGContext,Boolean> drawingBlock) -
Uses of CGContext in org.robovm.apple.quicklookthumbnailing
Method parameters in org.robovm.apple.quicklookthumbnailing with type arguments of type CGContext Modifier and Type Method Description protected static longQLThumbnailReply. create(CGSize contextSize, Block1<CGContext,Boolean> drawingBlock)Constructor parameters in org.robovm.apple.quicklookthumbnailing with type arguments of type CGContext Constructor Description QLThumbnailReply(CGSize contextSize, Block1<CGContext,Boolean> drawingBlock) -
Uses of CGContext in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGContext Modifier and Type Method Description static CGContextUIGraphicsRenderer. createContext(UIGraphicsRendererFormat format)CGContextUIGraphicsRendererContext. getCGContext()static CGContextUIGraphics. getCurrentContext()Methods in org.robovm.apple.uikit with parameters of type CGContext Modifier and Type Method Description voidNSTextLayoutFragment. drawAtPoint(CGPoint point, CGContext context)voidNSTextLineFragment. drawAtPoint(CGPoint point, CGContext context)voidUIView. drawLayer(CALayer layer, CGContext ctx)static voidUIGraphicsRenderer. prepareCGContext(CGContext context, UIGraphicsRendererContext rendererContext)static voidUIGraphics. pushContext(CGContext context)protected voidNSLayoutManager. showCGGlyphs(long glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)Deprecated.Deprecated in iOS 13.0.voidNSLayoutManager. showCGGlyphs(short[] glyphs, CGPoint[] positions, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)voidNSLayoutManager. showCGGlyphs(ShortPtr glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext CGContext)