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