Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2050:c4e0e433f825
Use axes ranges specified in ChartSettings for zooming in charts.
flys-artifacts/trunk@3540 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Dec 2011 07:17:07 +0000 |
parents | 2d5f2bc68cc6 |
children | 4ba5036109d2 |
comparison
equal
deleted
inserted
replaced
2049:2d5f2bc68cc6 | 2050:c4e0e433f825 |
---|---|
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartSettings.java: Modified the | |
4 signature of addAxisSection(). This method now accepts AxisSections only. | |
5 In addition, there is a new method getAxisSection(String) that returns an | |
6 AxisSection specified by its identifier. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/AxisSection.java: Added new | |
9 methods getIdentifier(), isFixed(), getUpperRange() and getLowerRange() to | |
10 retrieve the attributes supported by this Section. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Make use | |
13 of axes ranges specified in ChartSettings if an axis is fixed. | |
14 | |
1 2011-12-23 Ingo Weinzierl <ingo@intevation.de> | 15 2011-12-23 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/exports/IdentifiableNumberAxis.java: New. | 17 * src/main/java/de/intevation/flys/exports/IdentifiableNumberAxis.java: New. |
4 Subclasses JFreeChart's NumberAxis and offers a getId() method which | 18 Subclasses JFreeChart's NumberAxis and offers a getId() method which |
5 returns an identifiable key. | 19 returns an identifiable key. |