Uses of Class
org.robovm.apple.coregraphics.CGFunction
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGFunction in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGFunction Modifier and Type Method Description static CGFunctionCGFunction. create(long domainDimension, double[] domain, long rangeDimension, double[] range, CGFunction.Evaluate evaluate)static CGFunctionCGFunction. create(long domainDimension, float[] domain, long rangeDimension, float[] range, CGFunction.Evaluate evaluate)Methods in org.robovm.apple.coregraphics with parameters of type CGFunction 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)