Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 538:75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
flys-client/trunk@2036 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 09:03:18 +0000 |
parents | d2c37ba78feb |
children | fea93eebd2fa |
comparison
equal
deleted
inserted
replaced
537:d2c37ba78feb | 538:75df57220104 |
---|---|
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
4 After the chart panel is resized, we will now fetch a chart info | |
5 document using the ChartInfoService. This service lets us update the | |
6 current Transform2D - which is used to display mouse position in chart | |
7 coordinates and determine mouse clicks for zooming. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
10 Changed the constructor call of the MousePositionPanel. It needs to | |
11 ChartOutputTab now. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: | |
14 Changed the way to compute the chart coordinates. We will now use the | |
15 Transform2D object that is returned by the ChartInfoService. | |
16 | |
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | 17 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | 19 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4 Made the collection object accessible. | 20 Made the collection object accessible. |
5 | 21 |