File
Doc
Category
Size
Date
Package
BitmapShader.java
API Doc
Android 5.1 API
264
Sat Mar 14 14:09:44 GMT 2015
android.graphics
BitmapShader
java.lang.Object
android.graphics.Shader
public class BitmapShader extends android.graphics.Shader
Fields Summary
Constructors Summary
public BitmapShader
(
android.graphics.Bitmap
bitmap,
android.graphics.Shader.TileMode
tileX,
android.graphics.Shader.TileMode
tileY)
throw new RuntimeException("Stub!");
Methods Summary
Java Code Source