sets a text to be drawn along the path
this.text = dojox.gfx.makeParameters(this.text, typeof newText == "string" ? {text: newText} : newText); this._setText(); return this; // self