From 44b6fe9f0dbc8eb354184a012ce9a9e734b1be4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 24 Nov 2011 15:46:06 +0100 Subject: [PATCH] Fix documentation about bounds beans. --- src/item/Item.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/item/Item.js b/src/item/Item.js index 3ae80dd3..04e91131 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -1340,18 +1340,22 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{ * {@grouptitle Bounding Rectangles} * * The bounding rectangle of the item excluding stroke width. + * + * @name Item#getBounds * @type Rectangle * @bean */ /** * The bounding rectangle of the item including stroke width. * + * @name Item#getStrokeBounds * @type Rectangle * @bean */ /** * The bounding rectangle of the item including handles. * + * @name Item#getHandleBounds * @type Rectangle * @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 drawing, including stroke width. * + * @name Item#getRoughBounds * @type Rectangle * @bean * @ignore