android.graphics
Class BitmapShader

java.lang.Object
  extended by android.graphics.Shader
      extended by android.graphics.BitmapShader

public class BitmapShader
extends Shader


Nested Class Summary
 
Nested classes/interfaces inherited from class android.graphics.Shader
Shader.TileMode
 
Constructor Summary
BitmapShader(Bitmap bitmap, Shader.TileMode tileX, Shader.TileMode tileY)
           
 
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

BitmapShader

public BitmapShader(Bitmap bitmap,
                    Shader.TileMode tileX,
                    Shader.TileMode tileY)


Copyright © 2008-2012. All Rights Reserved.