Uses of Class
org.robovm.apple.coregraphics.CGPattern
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGPattern in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGPattern Modifier and Type Method Description static CGPatternCGPattern. create(CGRect bounds, CGAffineTransform matrix, double xStep, double yStep, CGPatternTiling tiling, boolean isColored, CGPattern.DrawPattern drawPattern)CGPatternCGColor. getPattern()Methods in org.robovm.apple.coregraphics with parameters of type CGPattern Modifier and Type Method Description static CGColorCGColor. create(CGColorSpace space, CGPattern pattern, double[] components)static CGColorCGColor. create(CGColorSpace space, CGPattern pattern, float[] components)voidCGContext. setFillPattern(CGPattern pattern, double[] components)voidCGContext. setFillPattern(CGPattern pattern, float[] components)voidCGContext. setStrokePattern(CGPattern pattern, double[] components)voidCGContext. setStrokePattern(CGPattern pattern, float[] components)