FileDocCategorySizeDatePackage
SweepGradient.javaAPI DocAndroid 5.1 API314Sat Mar 14 14:09:34 GMT 2015android.graphics

SweepGradient

public class SweepGradient extends android.graphics.Shader

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

 throw new RuntimeException("Stub!"); 
public SweepGradient(float cx, float cy, int color0, int color1)

 throw new RuntimeException("Stub!"); 
Methods Summary