| TAG : gradientpaint [new in 0.2] |
Attribute name |
Value |
Default Value |
Null Value allowed |
Remarks |
| name |
string |
null |
no |
the name of the gradient paint |
| x1 |
integer |
0 |
yes |
x1,y1 coordinates of the first specified Point in user space |
| y1 |
integer |
0 |
yes |
x1,y1 coordinates of the first specified Point in user space |
| colorname1 |
String |
null |
no |
Color at the first specified Point [Reference to a color object (name of a color object).] |
| x2 |
integer |
15 |
yes |
x2,y2 coordinates of the second specified Point in user space |
| y2 |
integer |
15 |
yes |
x2,y2 coordinates of the second specified Point in user space |
| colorname2 |
String |
null |
no |
Color at the second specified Point [Reference to a color object (name of a color object).] |