android.graphics
Class RadialGradient

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

public class RadialGradient
extends Shader


Nested Class Summary
 
Nested classes/interfaces inherited from class android.graphics.Shader
Shader.TileMode
 
Constructor Summary
RadialGradient(float x, float y, float radius, int[] colors, float[] positions, Shader.TileMode tile)
           
RadialGradient(float x, float y, float radius, int color0, int color1, Shader.TileMode tile)
           
 
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

RadialGradient

public RadialGradient(float x,
                      float y,
                      float radius,
                      int[] colors,
                      float[] positions,
                      Shader.TileMode tile)

RadialGradient

public RadialGradient(float x,
                      float y,
                      float radius,
                      int color0,
                      int color1,
                      Shader.TileMode tile)


Copyright © 2008-2012. All Rights Reserved.