@Implements(value=android.graphics.LinearGradient.class) public class ShadowLinearGradient extends Object
Constructor and Description |
---|
ShadowLinearGradient() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(float x0,
float y0,
float x1,
float y1,
int color0,
int color1,
Shader.TileMode tile) |
int |
getColor0() |
int |
getColor1() |
Shader.TileMode |
getTile() |
float |
getX0() |
float |
getX1() |
float |
getY0() |
float |
getY1() |
@Implementation protected void __constructor__(float x0, float y0, float x1, float y1, int color0, int color1, Shader.TileMode tile)
public float getX0()
public float getY0()
public float getX1()
public float getY1()
public int getColor0()
public int getColor1()
public Shader.TileMode getTile()