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)
|
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2010. All Rights Reserved.