public class GradientBrush extends Brush
Modifier and Type | Field and Description |
---|---|
Color |
eColor |
int |
ex |
int |
ey |
Color |
sColor |
int |
sx |
int |
sy |
color, defaultRule, FADE, gradient, NULL, rule, RULE_EVEN_ODD, RULE_NONZERO_WINDING, SOLID, style
Constructor and Description |
---|
GradientBrush(int sx,
int sy,
Color sc,
int ex,
int ey,
Color ec) |