Corrected JSDoc text to refer to Kinetic.Plugins.TextPath instead of Kinetic.Text

This commit is contained in:
Jason Follas
2012-07-28 12:04:04 -04:00
parent 8d535556d7
commit d6933ecb53

View File

@@ -295,90 +295,90 @@ Kinetic.Node.addGettersSetters(Kinetic.Plugins.TextPath, ['fontFamily', 'fontSiz
/** /**
* set font family * set font family
* @name setFontFamily * @name setFontFamily
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {String} fontFamily * @param {String} fontFamily
*/ */
/** /**
* set font size * set font size
* @name setFontSize * @name setFontSize
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {int} fontSize * @param {int} fontSize
*/ */
/** /**
* set font style. Can be "normal", "italic", or "bold". "normal" is the default. * set font style. Can be "normal", "italic", or "bold". "normal" is the default.
* @name setFontStyle * @name setFontStyle
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {String} fontStyle * @param {String} fontStyle
*/ */
/** /**
* set text fill color * set text fill color
* @name setTextFill * @name setTextFill
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {String} textFill * @param {String} textFill
*/ */
/** /**
* set text stroke color * set text stroke color
* @name setFontStroke * @name setFontStroke
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {String} textStroke * @param {String} textStroke
*/ */
/** /**
* set text stroke width * set text stroke width
* @name setTextStrokeWidth * @name setTextStrokeWidth
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {int} textStrokeWidth * @param {int} textStrokeWidth
*/ */
/** /**
* set text * set text
* @name setText * @name setText
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
* @param {String} text * @param {String} text
*/ */
/** /**
* get font family * get font family
* @name getFontFamily * @name getFontFamily
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get font size * get font size
* @name getFontSize * @name getFontSize
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get font style * get font style
* @name getFontStyle * @name getFontStyle
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get text fill color * get text fill color
* @name getTextFill * @name getTextFill
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get text stroke color * get text stroke color
* @name getTextStroke * @name getTextStroke
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get text stroke width * get text stroke width
* @name getTextStrokeWidth * @name getTextStrokeWidth
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */
/** /**
* get text * get text
* @name getText * @name getText
* @methodOf Kinetic.Text.prototype * @methodOf Kinetic.Plugins.TextPath.prototype
*/ */