Uses of Class
org.robovm.apple.coregraphics.CGGradient
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGGradient in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGGradient Modifier and Type Method Description static CGGradientCGGradient. create(CGColorSpace space, double[] components, double[] locations)static CGGradientCGGradient. create(CGColorSpace space, float[] components, float[] locations)static CGGradientCGGradient. create(CGColorSpace space, CGColor[] colors, double[] locations)static CGGradientCGGradient. create(CGColorSpace space, CGColor[] colors, float[] locations)Methods in org.robovm.apple.coregraphics with parameters of type CGGradient Modifier and Type Method Description voidCGContext. drawLinearGradient(CGGradient gradient, CGPoint startPoint, CGPoint endPoint, CGGradientDrawingOptions options)voidCGContext. drawRadialGradient(CGGradient gradient, CGPoint startCenter, double startRadius, CGPoint endCenter, double endRadius, CGGradientDrawingOptions options)