Fix documentation about bounds beans.

This commit is contained in:
Jürg Lehni 2011-11-24 15:46:06 +01:00
parent 310fbb260b
commit 44b6fe9f0d

View file

@ -1340,18 +1340,22 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{
* {@grouptitle Bounding Rectangles} * {@grouptitle Bounding Rectangles}
* *
* The bounding rectangle of the item excluding stroke width. * The bounding rectangle of the item excluding stroke width.
*
* @name Item#getBounds
* @type Rectangle * @type Rectangle
* @bean * @bean
*/ */
/** /**
* The bounding rectangle of the item including stroke width. * The bounding rectangle of the item including stroke width.
* *
* @name Item#getStrokeBounds
* @type Rectangle * @type Rectangle
* @bean * @bean
*/ */
/** /**
* The bounding rectangle of the item including handles. * The bounding rectangle of the item including handles.
* *
* @name Item#getHandleBounds
* @type Rectangle * @type Rectangle
* @bean * @bean
*/ */
@ -1359,6 +1363,7 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{
* The rough bounding rectangle of the item that is shure to include all of * The rough bounding rectangle of the item that is shure to include all of
* the drawing, including stroke width. * the drawing, including stroke width.
* *
* @name Item#getRoughBounds
* @type Rectangle * @type Rectangle
* @bean * @bean
* @ignore * @ignore