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

LinearGradient.java

package android.graphics;
public class LinearGradient
  extends android.graphics.Shader
{
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!"); }
}