public class RadialGradientPaint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColorSVG[] |
colors |
float |
fx |
float |
fy |
Matrix |
matrix |
float[] |
positions |
float |
rad |
Shader.TileMode |
tileMode |
float |
x |
float |
y |
Constructor and Description |
---|
RadialGradientPaint(float x,
float y,
float rad,
float fx,
float fy,
float[] positions,
ColorSVG[] colors,
Shader.TileMode tileMode) |
RadialGradientPaint(PointF center,
float rad,
PointF focus,
float[] positions,
ColorSVG[] colors,
Shader.TileMode tileMode,
Matrix matrix) |
public ColorSVG[] colors
public float fx
public float fy
public Matrix matrix
public float[] positions
public float rad
public Shader.TileMode tileMode
public float x
public float y
public RadialGradientPaint(float x, float y, float rad, float fx, float fy, float[] positions, ColorSVG[] colors, Shader.TileMode tileMode)
public RadialGradientPaint(PointF center, float rad, PointF focus, float[] positions, ColorSVG[] colors, Shader.TileMode tileMode, Matrix matrix)