| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| float | getAlpha() Returns the alpha field, as previously set in the constructor or with setAlpha(). |
| float | Returns the alpha2 field, as set with setAlpha2(). |
| int | getAngle() Returns the angle field (the angle along which the gradient goes), as set with setAngle(). |
| void | getColor() Returns the color field, as previously set in the constructor or with setColor(). |
| void | Returns the color2 field, as set with setColor2(). |
| void | ? getColor2Html() {String} gets the color2 field, as a CSS hex string
|
| String | Returns the color field, as a CSS hex string. |
| String | Returns the colors field, as set with setColors(). |
| String | getType() Returns the type field, as set with setType(). |
| void | Sets the alpha field, valid values are between 0 (transparent) and 1 (opaque). |
| void | Sets the alpha2 field, valid values are between 0 (transparent) and 1 (opaque). |
| void | Sets the angle field, valid values are between 0 and 360. |
| void | Sets the color field. |
| void | Sets the color2 field. |
| void | Sets the colors field, see the documentation for |
| void | Sets the type field, valid values are enumerated in the VML specification, though only 'solid', 'gradient', and 'gradientradial' are truly supported by this class. |
| static jsx3.vector.Fill | valueOf(v : String | jsx3.vector.Fill) Parses a vector fill from its string representation. |
| Methods Inherited From jsx3.html.Tag |
|---|
| appendChild, getChildren, getClassName, getFirstChildOfType, getId, getParent, getProperty, getStyle, getTagNS, getTagName, onAppendChild, onRemoveChild, paint, paintDom, paintUpdate, release, removeChild, removeChildren, removeProperty, removeStyle, replaceChild, setClassName, setExtraStyles, setId, setProperty, setStyle, toString |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Constructor Detail |
|---|
| Method Detail |
|---|
"color alpha".null if v is empty, v if v
is already a vector fill, or otherwise a new vector fill created by parsing the string according to the
format specified above.