|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.graphics.Shader
android.graphics.SweepGradient
public class SweepGradient
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 |
---|
public SweepGradient(float cx, float cy, int[] colors, float[] positions)
public SweepGradient(float cx, float cy, int color0, int color1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |