dojox.gfx.Shape.setFill
sets a fill object (the default implementation simply ignores it)
Usage
function (/*Object*/ fill)
parameter | type | description |
---|---|---|
fill | Object | a fill object (see dojox.gfx.defaultLinearGradient, dojox.gfx.defaultRadialGradient, dojox.gfx.defaultPattern, or dojo.Color) |