mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
fixed Star plugin docs
This commit is contained in:
@@ -42,38 +42,38 @@ Kinetic.Node.addGettersSetters(Kinetic.Plugins.Star, ['numPoints', 'innerRadius'
|
|||||||
/**
|
/**
|
||||||
* set number of points
|
* set number of points
|
||||||
* @name setNumPoints
|
* @name setNumPoints
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
* @param {Integer} points
|
* @param {Integer} points
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set outer radius
|
* set outer radius
|
||||||
* @name setOuterRadius
|
* @name setOuterRadius
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
* @param {Number} radius
|
* @param {Number} radius
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set inner radius
|
* set inner radius
|
||||||
* @name setInnerRadius
|
* @name setInnerRadius
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
* @param {Number} radius
|
* @param {Number} radius
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get number of points
|
* get number of points
|
||||||
* @name getNumPoints
|
* @name getNumPoints
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get outer radius
|
* get outer radius
|
||||||
* @name getOuterRadius
|
* @name getOuterRadius
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get inner radius
|
* get inner radius
|
||||||
* @name getInnerRadius
|
* @name getInnerRadius
|
||||||
* @methodOf KineticPlugins..Star.prototype
|
* @methodOf Kinetic.Plugins.Star.prototype
|
||||||
*/
|
*/
|
Reference in New Issue
Block a user