Uses of Class
android.graphics.Shader

Packages that use Shader
android.graphics   
android.graphics.drawable   
 

Uses of Shader in android.graphics
 

Subclasses of Shader in android.graphics
 class BitmapShader
           
 class ComposeShader
           
 class LinearGradient
           
 class RadialGradient
           
 class SweepGradient
           
 

Methods in android.graphics that return Shader
 Shader Paint.getShader()
           
 Shader Paint.setShader(Shader shader)
           
 

Methods in android.graphics with parameters of type Shader
 Shader Paint.setShader(Shader shader)
           
 

Constructors in android.graphics with parameters of type Shader
ComposeShader(Shader shaderA, Shader shaderB, PorterDuff.Mode mode)
           
ComposeShader(Shader shaderA, Shader shaderB, Xfermode mode)
           
 

Uses of Shader in android.graphics.drawable
 

Methods in android.graphics.drawable that return Shader
abstract  Shader ShapeDrawable.ShaderFactory.resize(int width, int height)
           
 



Copyright © 2008-2012. All Rights Reserved.