Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2399:73b15736cb80
Improved the interface and implementations of Bounds.
flys-artifacts/trunk@4025 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 10 Feb 2012 10:43:29 +0000 |
parents | 5d8d24984819 |
children | f55984858952 |
comparison
equal
deleted
inserted
replaced
2398:5d8d24984819 | 2399:73b15736cb80 |
---|---|
1 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/jfree/Bounds.java, | |
4 src/main/java/de/intevation/flys/jfree/TimeBounds.java, | |
5 src/main/java/de/intevation/flys/jfree/DoubleBounds.java: Added a method | |
6 applyBounds(ValueAxis, int) that might be used to adapt the range of the | |
7 axis to the bounds adding a space to the left and right. | |
8 | |
1 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | 9 2012-02-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Defined | 11 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Defined |
4 new abstract methods for setting and getting Bounds. Modified and | 12 new abstract methods for setting and getting Bounds. Modified and |
5 renamed getValueAxisRange(). This method is now called | 13 renamed getValueAxisRange(). This method is now called |