Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1598:ef745bc6bed9
Distinguish between numbers and dates while parsing chart info documents; the MousePosition panel now displays the position on date axes correctly.
flys-client/trunk@3931 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 06 Feb 2012 14:43:27 +0000 |
parents | 8bbaa0d173cf |
children | 4ba6f1fb3a03 |
comparison
equal
deleted
inserted
replaced
1597:8bbaa0d173cf | 1598:ef745bc6bed9 |
---|---|
1 2012-02-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/Transform2D.java: A | |
4 Transform2D object now knows about the type of x and y axis and implements | |
5 a method format() that returns an 2dim string array with formatted values | |
6 for x and y axis. | |
7 | |
8 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: | |
9 Read x and y axis type for transformation matrix and create new | |
10 Transform2D instances with these information. This allows the Transform2D | |
11 object to format date values as well. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: | |
14 Don't format x and y values itself - let Transform2D do this. | |
15 | |
1 2012-02-06 Ingo Weinzierl <ingo@intevation.de> | 16 2012-02-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/shared/model/Axis.java: Axis is an | 18 * src/main/java/de/intevation/flys/client/shared/model/Axis.java: Axis is an |
4 interface now. The code moved to NumberAxis which should be the default | 19 interface now. The code moved to NumberAxis which should be the default |
5 Axis. | 20 Axis. |