android.graphics
Class Shader

java.lang.Object
  extended by android.graphics.Shader
Direct Known Subclasses:
BitmapShader, ComposeShader, LinearGradient, RadialGradient, SweepGradient

public class Shader
extends Object


Nested Class Summary
static class Shader.TileMode
           
 
Constructor Summary
Shader()
           
 
Method Summary
protected  void finalize()
           
 boolean getLocalMatrix(Matrix localM)
           
 void setLocalMatrix(Matrix localM)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shader

public Shader()
Method Detail

getLocalMatrix

public boolean getLocalMatrix(Matrix localM)

setLocalMatrix

public void setLocalMatrix(Matrix localM)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2008-2012. All Rights Reserved.