FileDocCategorySizeDatePackage
RadialGradient.javaAPI DocAndroid 5.1 API455Sat Mar 14 14:09:36 GMT 2015android.graphics

RadialGradient

public class RadialGradient extends android.graphics.Shader

Fields Summary
Constructors Summary
public RadialGradient(float centerX, float centerY, float radius, int[] colors, float[] stops, android.graphics.Shader.TileMode tileMode)

 throw new RuntimeException("Stub!"); 
public RadialGradient(float centerX, float centerY, float radius, int centerColor, int edgeColor, android.graphics.Shader.TileMode tileMode)

 throw new RuntimeException("Stub!"); 
Methods Summary