diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-11-18 23:10:09 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-11-18 23:10:09 +0100 |
commit | 7b131fd1e445b836af83a4dbeb79dd91be06bbdb (patch) | |
tree | 07214f97fcf8f59a36fb25533280f38bbfa93e4e | |
parent | 2f05acc547db3624a75e37522ba5dabe394dae11 (diff) | |
download | smokeping-7b131fd1e445b836af83a4dbeb79dd91be06bbdb.tar.gz smokeping-7b131fd1e445b836af83a4dbeb79dd91be06bbdb.tar.xz |
added some more documentation
-rw-r--r-- | qooxdoo/source/class/Smokeping/ui/Zoomer.js | 12 |
1 files changed, 8 insertions, 4 deletions
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 * */ |