|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.Shader
android.graphics.BitmapShader
public class BitmapShader
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.graphics.Shader |
|---|
Shader.TileMode |
| Field Summary |
|---|
| Fields inherited from class android.graphics.Shader |
|---|
native_instance |
| Constructor Summary | |
|---|---|
BitmapShader(Bitmap bitmap,
Shader.TileMode tileX,
Shader.TileMode tileY)
Call this to create a new shader that will draw with a bitmap. |
|
| Method Summary |
|---|
| Methods inherited from class android.graphics.Shader |
|---|
finalize, getLocalMatrix, setLocalMatrix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitmapShader(Bitmap bitmap,
Shader.TileMode tileX,
Shader.TileMode tileY)
bitmap - The bitmap to use inside the shadertileX - The tiling mode for x to draw the bitmap in.tileY - The tiling mode for y to draw the bitmap in.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||