| Package | Description |
|---|---|
| android.graphics | |
| android.graphics.drawable |
| Modifier and Type | Method and Description |
|---|---|
static Shader.TileMode |
Shader.TileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shader.TileMode[] |
Shader.TileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BitmapShader(Bitmap bitmap,
Shader.TileMode tileX,
Shader.TileMode tileY) |
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) |
RadialGradient(float x,
float y,
float radius,
int[] colors,
float[] positions,
Shader.TileMode tile) |
RadialGradient(float x,
float y,
float radius,
int color0,
int color1,
Shader.TileMode tile) |
| Modifier and Type | Method and Description |
|---|---|
Shader.TileMode |
BitmapDrawable.getTileModeX() |
Shader.TileMode |
BitmapDrawable.getTileModeY() |
| Modifier and Type | Method and Description |
|---|---|
void |
BitmapDrawable.setTileModeX(Shader.TileMode mode) |
void |
BitmapDrawable.setTileModeXY(Shader.TileMode xmode,
Shader.TileMode ymode) |
void |
BitmapDrawable.setTileModeY(Shader.TileMode mode) |
Copyright © 2008-2013. All Rights Reserved.