FileDocCategorySizeDatePackage
LinearGradient.javaAPI DocAndroid 5.1 API435Sat Mar 14 14:09:42 GMT 2015android.graphics

LinearGradient

public class LinearGradient extends android.graphics.Shader

Fields Summary
Constructors Summary
public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] positions, android.graphics.Shader.TileMode tile)

 throw new RuntimeException("Stub!"); 
public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, android.graphics.Shader.TileMode tile)

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