From 7b131fd1e445b836af83a4dbeb79dd91be06bbdb Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Sun, 18 Nov 2007 22:10:09 +0000 Subject: added some more documentation --- qooxdoo/source/class/Smokeping/ui/Zoomer.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'qooxdoo/source/class/Smokeping') diff --git a/qooxdoo/source/class/Smokeping/ui/Zoomer.js b/qooxdoo/source/class/Smokeping/ui/Zoomer.js index 58a2f89..c1aab5d 100644 --- a/qooxdoo/source/class/Smokeping/ui/Zoomer.js +++ b/qooxdoo/source/class/Smokeping/ui/Zoomer.js @@ -3,7 +3,9 @@ ************************************************************************ */ /** - * Zoom into the graph + * Lets you selcet an Area. Depending on the angel of your selection you get + * a time, a range or both. + * */ qx.Class.define('Smokeping.ui.Zoomer', @@ -17,13 +19,15 @@ qx.Class.define('Smokeping.ui.Zoomer', */ /** - * @param width {Integer} Width of the canvas + * @param target {Widget} What surface should we base our selection on * - * @param height {Integer} Height ot the canvas + * @param width {Integer} Width of the 'interesting' area of the target + * + * @param height {Integer} Height ot the 'interesting' area of the target * * @param right {Integer} Distance from the right edge * - * @param top {Integer} Dist from the top + * @param top {Integer} Distance from the top * */ -- cgit v1.2.3-24-g4f1b