Uses of Class
org.robovm.apple.coregraphics.CGShading
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGShading in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGShading Modifier and Type Method Description static CGShadingCGShading. createAxial(CGColorSpace space, CGPoint start, CGPoint end, CGFunction function, boolean extendStart, boolean extendEnd)static CGShadingCGShading. createRadial(CGColorSpace space, CGPoint start, double startRadius, CGPoint end, double endRadius, CGFunction function, boolean extendStart, boolean extendEnd)Methods in org.robovm.apple.coregraphics with parameters of type CGShading Modifier and Type Method Description voidCGContext. drawShading(CGShading shading)