android.graphics
Class SweepGradient

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

public class SweepGradient
extends Shader


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

SweepGradient

public SweepGradient(float cx,
                     float cy,
                     int[] colors,
                     float[] positions)

SweepGradient

public SweepGradient(float cx,
                     float cy,
                     int color0,
                     int color1)


Copyright © 2008-2012. All Rights Reserved.