|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shader.TileMode | |
---|---|
android.graphics | |
android.graphics.drawable |
Uses of Shader.TileMode in android.graphics |
---|
Methods in android.graphics that return Shader.TileMode | |
---|---|
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. |
Constructors in android.graphics with parameters of type Shader.TileMode | |
---|---|
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)
|
Uses of Shader.TileMode in android.graphics.drawable |
---|
Methods in android.graphics.drawable that return Shader.TileMode | |
---|---|
Shader.TileMode |
BitmapDrawable.getTileModeX()
|
Shader.TileMode |
BitmapDrawable.getTileModeY()
|
Methods in android.graphics.drawable with parameters of type Shader.TileMode | |
---|---|
void |
BitmapDrawable.setTileModeX(Shader.TileMode mode)
|
void |
BitmapDrawable.setTileModeXY(Shader.TileMode xmode,
Shader.TileMode ymode)
|
void |
BitmapDrawable.setTileModeY(Shader.TileMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |