| Package | Description |
|---|---|
| android.graphics | |
| android.graphics.drawable |
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapShader |
class |
ComposeShader |
class |
LinearGradient |
class |
RadialGradient |
class |
SweepGradient |
| Modifier and Type | Method and Description |
|---|---|
Shader |
Paint.getShader() |
Shader |
Paint.setShader(Shader shader) |
| Modifier and Type | Method and Description |
|---|---|
Shader |
Paint.setShader(Shader shader) |
| Constructor and Description |
|---|
ComposeShader(Shader shaderA,
Shader shaderB,
PorterDuff.Mode mode) |
ComposeShader(Shader shaderA,
Shader shaderB,
Xfermode mode) |
| Modifier and Type | Method and Description |
|---|---|
abstract Shader |
ShapeDrawable.ShaderFactory.resize(int width,
int height) |
Copyright © 2008-2013. All Rights Reserved.