Mercurial > dive4elements > river
diff flys-artifacts/src/main/java/de/intevation/flys/jfree/DoubleBounds.java @ 3723:7b14d00bca8a
Cosmetics, docs.
flys-artifacts/trunk@5391 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 07 Sep 2012 13:49:14 +0000 |
parents | 73b15736cb80 |
children | 2f6d4f92d628 |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/DoubleBounds.java Fri Sep 07 12:03:48 2012 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/DoubleBounds.java Fri Sep 07 13:49:14 2012 +0000 @@ -42,6 +42,11 @@ } + /** + * Set extended range to ValueAxis. + * @param percent how many percent to extend (in each direction, + * thus 10 percent on [0,100] -> [-10,110]. + */ @Override public void applyBounds(ValueAxis axis, int percent) { double space = (upper - lower) / 100 * percent;