RadialGradientpublic class RadialGradient extends android.graphics.Shader
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!");
|
|