android.graphics
Class LinearGradient
java.lang.Object
android.graphics.Shader
android.graphics.LinearGradient
public class LinearGradient
- extends Shader
Constructor Summary |
LinearGradient(float x0,
float y0,
float x1,
float y1,
int[] colors,
float[] positions,
Shader.TileMode tile)
|
LinearGradient(float x0,
float y0,
float x1,
float y1,
int color0,
int color1,
Shader.TileMode tile)
|
LinearGradient
public LinearGradient(float x0,
float y0,
float x1,
float y1,
int[] colors,
float[] positions,
Shader.TileMode tile)
LinearGradient
public LinearGradient(float x0,
float y0,
float x1,
float y1,
int color0,
int color1,
Shader.TileMode tile)
Copyright © 2008-2012. All Rights Reserved.