Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 561:460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
flys-client/trunk@2096 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 09 Jun 2011 10:57:42 +0000 |
parents | 5274b9317e40 |
children | 9f16ac843dda |
comparison
equal
deleted
inserted
replaced
560:5274b9317e40 | 561:460b8e0f0563 |
---|---|
1 2011-06-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: | |
4 Parse min/max values for axes and all transformation matrix elements. | |
5 | |
6 * src/main/java/de/intevation/flys/client/shared/model/Axis.java: An axis | |
7 has a min and max value now. | |
8 | |
9 * src/main/java/de/intevation/flys/client/shared/model/ChartInfo.java: | |
10 The ChartInfo object provides a Transform2D object for each y axis | |
11 contained in the chart. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
14 Refactored the zoom and pan actions. The values used to select a | |
15 concrete clip of the chart are computed based on the min/max range of an | |
16 axis. The chart request uses percentual values for axes ranges now. | |
17 | |
1 2011-06-09 Ingo Weinzierl <ingo@intevation.de> | 18 2011-06-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 flys/issue139 (WINFO: NPE bei Step-Back bei ungleichwertiger Berechnungsart) | 20 flys/issue139 (WINFO: NPE bei Step-Back bei ungleichwertiger Berechnungsart) |
4 | 21 |
5 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: | 22 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |