java.lang.Object | |||
android.graphics.Shader | |||
android.graphics.BitmapShader |
BitmapShader(Bitmap bitmap, Shader.TileMode tileX, Shader.TileMode tileY) | ||||||
Call this to create a new shader that will draw with a bitmap. |
bitmap | The bitmap to use inside the shader |
---|---|
tileX | The tiling mode for x to draw the bitmap in. |
tileY | The tiling mode for y to draw the bitmap in. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |