Package org.robovm.apple.coregraphics
Class CGGradient
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coregraphics.CGGradient
- All Implemented Interfaces:
AutoCloseable
public class CGGradient extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGGradient.CGGradientPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCGGradient() -
Method Summary
Modifier and Type Method Description static CGGradientcreate(CGColorSpace space, double[] components, double[] locations)static CGGradientcreate(CGColorSpace space, float[] components, float[] locations)static CGGradientcreate(CGColorSpace space, CGColor[] colors, double[] locations)static CGGradientcreate(CGColorSpace space, CGColor[] colors, float[] locations)static longgetClassTypeID()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CGGradient
protected CGGradient()
-
-
Method Details
-
create
-
create
-
create
-
create
-
getClassTypeID
public static long getClassTypeID()
-